Skip to content

Commit 0bc2ea4

Browse files
committed
typo
1 parent cd7282b commit 0bc2ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/core/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def create_app(settings: ApplicationSettings) -> FastAPI:
6565
debug=settings.SC_BOOT_MODE
6666
in [BootModeEnum.DEBUG, BootModeEnum.DEVELOPMENT, BootModeEnum.LOCAL],
6767
title=APP_NAME,
68-
description="Service to auto-scale swarm",
68+
description="Service that manages osparc storage backend",
6969
version=API_VERSION,
7070
openapi_url=f"/api/{API_VTAG}/openapi.json",
7171
docs_url="/dev/doc",

0 commit comments

Comments
 (0)