From 2951c3a6d3e28dd63c5245d2992e9b26892b807c Mon Sep 17 00:00:00 2001 From: Martin Desrumaux Date: Thu, 13 Feb 2020 18:29:27 +0100 Subject: [PATCH] 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 7f802d310..bc364a0b3 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -303,7 +303,7 @@ class ExampleView(APIView): schema = AutoSchema(operation_name="Custom") ``` -The previous example will generate the following operationid: "ListCustoms", "RetrieveCustom", "UpdateCustom", "PartialUpdateCustom", `DestroyCustom`. +The previous example will generate the following operationid: "ListCustoms", "RetrieveCustom", "UpdateCustom", "PartialUpdateCustom", "DestroyCustom". [openapi]: https://github.com/OAI/OpenAPI-Specification [openapi-specification-extensions]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specification-extensions