Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #484 from lwm/fix-typo
Browse files Browse the repository at this point in the history
2.0.0a0 docs typo fixup
  • Loading branch information
marcgibbons authored Jul 18, 2016
2 parents 0ee4030 + cee1563 commit c5ad578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ INSTALLED_APPS = [

## Quick start

To render the Swagger UI, set the Django REST Framework schema view rendere classes to include
To render the Swagger UI, set the Django REST Framework schema view renderer classes to include
`OpenAPIRenderer` and the `SwaggerUIRenderer` classes from `rest_framework_swagger.renderers`.

The `OpenAPIRenderer` is responsible for generating the JSON spec, while the `SwaggerUIRenderer` renders
Expand Down

0 comments on commit c5ad578

Please sign in to comment.