From 77527ddb2a788f579855bdaff225d1baff2bc905 Mon Sep 17 00:00:00 2001 From: pkong-ds Date: Wed, 1 Nov 2023 16:09:22 +0800 Subject: [PATCH] Fix `app` typo --- docs/guides/deploying-sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/deploying-sites.md b/docs/guides/deploying-sites.md index 61daf37..1e341c9 100644 --- a/docs/guides/deploying-sites.md +++ b/docs/guides/deploying-sites.md @@ -6,7 +6,7 @@ For managed-sites mode, you may deploy a site through `pageship` command. ## Configure app -If it's the first time deploying the app on server, create the at with the +If it's the first time deploying the app on server, create a new application with the server through `pageship apps create` command. ```