diff --git a/docs/03-cli-reference/03-deploy.md b/docs/03-cli-reference/03-deploy.md index 75f2e560c..91e28b94c 100644 --- a/docs/03-cli-reference/03-deploy.md +++ b/docs/03-cli-reference/03-deploy.md @@ -19,7 +19,7 @@ serverless deploy [function|list] - `--stage` or `-s` The stage in your service that you want to deploy to. - `--region` or `-r` The region in that stage that you want to deploy to. - `--noDeploy` or `-n` Skips the deployment steps and leaves artifacts in the `.serverless` directory -- `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output. +- `--verbose` or `-v` Shows all stack events during deployment and display any Stack Output. ## Examples diff --git a/docs/03-cli-reference/06-info.md b/docs/03-cli-reference/06-info.md index 324eb1c25..094bce508 100644 --- a/docs/03-cli-reference/06-info.md +++ b/docs/03-cli-reference/06-info.md @@ -16,7 +16,7 @@ serverless info ## Options - `--stage` or `-s` The stage in your service you want to display information about. - `--region` or `-r` The region in your stage that you want to display information about. -- `--verbose` or `-v` Shows displays any Stack Output. +- `--verbose` or `-v` Displays any Stack Output. ## Provided lifecycle events - `info:info`