diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index 722334bbc..b24ced462 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -22,7 +22,7 @@ dynamic `SchemaView` endpoint. ### A mimimal example with Swagger UI Assuming you've followed the example from the schemas documentation for routing -a dynamic `SchemaView`, a mimimal Django template for using Swagger UI might be +a dynamic `SchemaView`, a minimal Django template for using Swagger UI might be this: ```html