diff --git a/api/controllers/service_api/app/app.py b/api/controllers/service_api/app/app.py index 3b3cf1b02..af8e38ed3 100644 --- a/api/controllers/service_api/app/app.py +++ b/api/controllers/service_api/app/app.py @@ -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