Skip to content

Commit 65f8ae5

Browse files
fix typo
1 parent 390ffd4 commit 65f8ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/deploying.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the main method for doing deployments with the Serverless Framework:
1111
serverless deploy
1212
```
1313

14-
Use this method when you have updated your Function, Event or Resource configuration in `serverless.yml` and you want to deploy that change (or multiple changes at the same time) to Amazon Web Services.
14+
Use this method when you have updated your Function, Event or Resource configuration in `serverless.yml` and you want to deploy that change (or multiple changes at the same time) to Tencent Cloud.
1515

1616
**Note:** You can always enforce a deployment using the `--force` option, or specify a different configuration file name with the the `--config` option.
1717

@@ -58,4 +58,4 @@ serverless deploy function --function myFunction
5858
- Use this when you are developing and want to test because it's much faster.
5959
- During development, people will often run this command several times, as opposed to `serverless deploy` which is only run when larger infrastructure provisioning is required.
6060

61-
Check out the [deploy command docs](../cli-reference/deploy.md) for all details and options.
61+
Check out the [deploy command docs](../cli-reference/deploy.md) for all details and options.

0 commit comments

Comments
 (0)