浏览代码

fix: typo in comment (#7606)

Shota Totsuka 9 月之前
父节点
当前提交
47919983bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/controllers/service_api/app/app.py

+ 1 - 1
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