From 2b6e35af73bf6830afbdc8f99e31c904fc4b4667 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 10 Jun 2019 11:52:24 +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 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