From 81e32c463918276a9e9e40381e4e8b04656f0aa5 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 10 Jun 2019 11:52:31 +0200 Subject: [PATCH] Update docs/topics/documenting-your-api.md Co-Authored-By: Martin Pajuste --- docs/topics/documenting-your-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/documenting-your-api.md b/docs/topics/documenting-your-api.md index 30c065223..f663e22e4 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -74,7 +74,7 @@ See the [Swagger UI documentation][swagger-ui] for advanced usage. ### 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 +a dynamic `SchemaView`, a minimal Django template for using Swagger UI might be this: ```html