From 4c57e835cc7029a6ba806ea9f28a678950aaa3de Mon Sep 17 00:00:00 2001 From: Yoo In Keun Date: Fri, 14 Feb 2020 00:21:37 +0900 Subject: [PATCH] docs: fix typo --- docs/api-guide/schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index e63fd83e6..ca23322a1 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -122,7 +122,7 @@ on a per-view basis. ### Schema Level Customization -In order to customize the top-level schema sublass +In order to customize the top-level schema subclass `rest_framework.schemas.openapi.SchemaGenerator` and provide it as an argument to the `generateschema` command or `get_schema_view()` helper function.