This commit is contained in:
David Sanders 2019-10-05 21:50:16 -07:00 committed by GitHub
parent 37dcd55370
commit 10378f272c
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.
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
a dynamic `SchemaView`, a minimal Django template for using ReDoc might be
this:
```html