Update docs/topics/documenting-your-api.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
Asif Saif Uddin 2022-11-22 19:26:48 +06:00 committed by GitHub
parent ebbcbabf62
commit bc247dde5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ This also translates into a very useful interactive documentation viewer in the
---
## Build-in OpenAPI schema generation (deprecated)
## Built-in OpenAPI schema generation (deprecated)
**Deprecation notice: REST framework's built-in support for generating OpenAPI schemas is
deprecated in favor of 3rd party packages that can provide this functionality instead.