From c2c9a70ddf72abc704ddb70774a4d34e3ecf5632 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 10 Jun 2019 11:52:13 +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 b24ced462..f922f27c1 100644 --- a/docs/topics/documenting-your-api.md +++ b/docs/topics/documenting-your-api.md @@ -19,7 +19,7 @@ Two popular options are [Swagger UI][swagger-ui] and [ReDoc][redoc]. Both require little more than the location of your static schema file or dynamic `SchemaView` endpoint. -### A mimimal example with Swagger UI +### A minimal example with Swagger UI Assuming you've followed the example from the schemas documentation for routing a dynamic `SchemaView`, a minimal Django template for using Swagger UI might be