Explorar o código

fix: typo in comment (#7606)

Shota Totsuka hai 8 meses
pai
achega
47919983bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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