Skip to content

Commit

Permalink
fix: typo in comment (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
totsukash authored Aug 25, 2024
1 parent efc136c commit 4791998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/service_api/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get(self, app_model: App):
class AppInfoApi(Resource):
@validate_app_token
def get(self, app_model: App):
"""Get app infomation"""
"""Get app information"""
return {
'name':app_model.name,
'description':app_model.description
Expand Down

0 comments on commit 4791998

Please sign in to comment.