Skip to content

Commit

Permalink
Fix typo (#1713)
Browse files Browse the repository at this point in the history
Fixes a translation error in the `AbstractApp.add_api` docstring
  • Loading branch information
julienschuermans committed Jun 18, 2023
1 parent 59a09c7 commit 5e9447c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/apps/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def add_api(
**kwargs,
) -> t.Any:
"""
Register een API represented by a single OpenAPI specification on this application.
Register an API represented by a single OpenAPI specification on this application.
Multiple APIs can be registered on a single application.
:param specification: OpenAPI specification. Can be provided either as dict, or as path
Expand Down

0 comments on commit 5e9447c

Please sign in to comment.