From 6bd91faa5db4f1b8fcc3d9408f422bbe38266908 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 24 Dec 2018 13:33:24 -0500 Subject: [PATCH] Fix minor spelling typo (#282) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8f28b97..6ff86f9 100644 --- a/README.rst +++ b/README.rst @@ -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.