docs: Grammar update (#11581)

This commit is contained in:
Alex Ownejazayeri 2022-12-07 05:45:36 -08:00 committed by GitHub
parent c79737efe4
commit 895f4e6bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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