From 47919983bf6500bca9b5dd6fb1a7b6bd8c16dee9 Mon Sep 17 00:00:00 2001 From: Shota Totsuka <153569547+totsukash@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:56:08 +0900 Subject: [PATCH] fix: typo in comment (#7606) --- api/controllers/service_api/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/service_api/app/app.py b/api/controllers/service_api/app/app.py index 3b3cf1b026..af8e38ed3c 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