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:31 +02:00 committed by GitHub
parent 2b6e35af73
commit 81e32c4639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ See the [Swagger UI documentation][swagger-ui] for advanced usage.
### A minimal example with ReDoc. ### A minimal example with ReDoc.
Assuming you've followed the example from the schemas documentation for routing 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: this:
```html ```html