From f692fe7c98c602e1819860cafe62a57a1ed95adc Mon Sep 17 00:00:00 2001 From: Joe Korbel Date: Fri, 8 Mar 2019 10:24:55 -0600 Subject: [PATCH] Update openapi.rst (#327) Minor typo on "because" --- docs/openapi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.rst b/docs/openapi.rst index 00ab528..72e70b1 100644 --- a/docs/openapi.rst +++ b/docs/openapi.rst @@ -14,7 +14,7 @@ This library generates OpenAPI 2.0 documents. The authoritative specification fo be the official documentation over at `swagger.io `__ and the `OpenAPI 2.0 specification page `__. -Beause the above specifications are a bit heavy and convoluted, here is a general overview of how the specification +Because the above specifications are a bit heavy and convoluted, here is a general overview of how the specification is structured, starting from the root ``Swagger`` object. * :class:`.Swagger` object