From 895f4e6bf1a976e983d97ad7d2c04d27edfcabb0 Mon Sep 17 00:00:00 2001 From: Alex Ownejazayeri Date: Wed, 7 Dec 2022 05:45:36 -0800 Subject: [PATCH] docs: Grammar update (#11581) --- docs/providers/aws/guide/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/deploying.md b/docs/providers/aws/guide/deploying.md index 024ba44df..f6afc4ba8 100644 --- a/docs/providers/aws/guide/deploying.md +++ b/docs/providers/aws/guide/deploying.md @@ -127,7 +127,7 @@ Check out the [deploy command docs](../cli-reference/deploy.md) for all details ## Deploying a package -This deployment option takes a deployment directory that has already been created with `serverless package` and deploys it to the cloud provider. This allows you to easier integrate CI / CD workflows with the Serverless Framework. +This deployment option takes a deployment directory that has already been created with `serverless package` and deploys it to the cloud provider. This allows you to easily integrate CI / CD workflows with the Serverless Framework. ```bash serverless deploy --package path-to-package