From 324085ffa6a0ef6dfdb6fb345dbaee77cc944e87 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Fri, 21 Oct 2016 16:40:07 +0200 Subject: [PATCH] fix wording --- docs/03-cli-reference/03-deploy.md | 2 +- docs/03-cli-reference/06-info.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`