Update docs/topics/documenting-your-api.md

Co-Authored-By: Martin Pajuste <pajusmar@users.noreply.github.com>
This commit is contained in:
Carlton Gibson 2019-06-10 11:52:24 +02:00 committed by GitHub
parent c2c9a70ddf
commit 2b6e35af73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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