fix: typo in comment (#7606)

This commit is contained in:
Shota Totsuka 2024-08-25 10:56:08 +09:00 committed by GitHub
parent efc136cce5
commit 47919983bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ class AppMetaApi(Resource):
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