Commit eb5edb103f8639d2066e865c11d485862d2e1b59

Authored by YangHao
Committed by 小小鲁班
1 parent acd4f63f

docs(deployment): Fixed a small typo in getting-startted.md

docs/en/getting-started/deployment.md
... ... @@ -82,7 +82,7 @@ Do the following in the root path of the project:
82 82  
83 83 ```bash
84 84 yarn add flightplan
85   -npm run deploy:esc // Elastic Compute Service
  85 +npm run deploy:ecs // Elastic Compute Service
86 86 ```
87 87  
88 88 Local deployment script
... ...
docs/zh/getting-started/deployment.md
... ... @@ -82,7 +82,7 @@ server {
82 82  
83 83 ```bash
84 84 yarn add flightplan // 部署脚本,官方链接
85   -npm run deploy:esc // 云服务器 (Elastic Compute Service, 简称 ECS)
  85 +npm run deploy:ecs // 云服务器 (Elastic Compute Service, 简称 ECS)
86 86 ```
87 87  
88 88 本地部署脚本
... ...