Skip to content

Commit

Permalink
Typo in Openapi title
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Aug 20, 2021
1 parent f367518 commit 9b91e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def custom_openapi():
if app.openapi_schema:
return app.openapi_schema
openapi_schema = get_openapi(
title="pyagsapi and AGS Python Library API",
title="pyagsapi an AGS Python Library API",
version="0.1.0",
description=("This OpenAPI schema, Validate or convert your AGS files here. "
"Validation is against the official AGS standard only."),
Expand Down

0 comments on commit 9b91e82

Please sign in to comment.