Merge pull request #3126 from payoub/patch-1

Fix minor typo
This commit is contained in:
Philipp Muens 2017-01-23 08:40:16 +01:00 committed by GitHub
commit bedc8af56e

View File

@ -220,7 +220,7 @@ Then, when you run `serverless deploy`, VPC configuration will be deployed along
## Environment Variables
You can add Environment Variable configuration to a specific function in `serverless.yml` by adding an `environment` object property in the function configuration. This object should contain a a key/value collection of string:string:
You can add Environment Variable configuration to a specific function in `serverless.yml` by adding an `environment` object property in the function configuration. This object should contain a key/value collection of string:
```yml
# serverless.yml