Skip to content

Commit

Permalink
docs: Fix operations typo (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Fajfer committed Jan 13, 2022
1 parent af271a4 commit f749dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openapi.rst
Expand Up @@ -251,7 +251,7 @@ follows,
def create_app(argv: List[str] = None) -> web.Application:
app = web.Application()
setup_openapi(app, OPENAPI_YAML_PATH, opeartions)
setup_openapi(app, OPENAPI_YAML_PATH, operations)
return app
.. note::
Expand Down

0 comments on commit f749dba

Please sign in to comment.