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:04 +02:00 committed by GitHub
parent 3fb872b252
commit 4f1c8d14f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ dynamic `SchemaView` endpoint.
### A mimimal example with Swagger UI
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