Skip to content

Commit

Permalink
Fix minor spelling typo (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and axnsan12 committed Dec 24, 2018
1 parent 667c9c1 commit 6bd91fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ caching the schema view in-memory, with some sane defaults:
4. Validation
=============

Given the numerous methods to manually customzie the generated schema, it makes sense to validate the result to ensure
Given the numerous methods to manually customize the generated schema, it makes sense to validate the result to ensure
it still conforms to OpenAPI 2.0. To this end, validation is provided at the generation point using python swagger
libraries, and can be activated by passing :python:`validators=['flex', 'ssv']` to ``get_schema_view``; if the generated
schema is not valid, a :python:`SwaggerValidationError` is raised by the handling codec.
Expand Down

0 comments on commit 6bd91fa

Please sign in to comment.