diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index f922f27c1..30c065223 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -71,7 +71,7 @@ urlpatterns = [ See the [Swagger UI documentation][swagger-ui] for advanced usage. -### A mimimal example with ReDoc. +### A minimal example with ReDoc. 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