mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Fix typo
Change `default` to `defaults`, or it won't work. :D
This commit is contained in:
parent
d1942f4937
commit
fd3459611a
@ -18,7 +18,7 @@ The default stage is `dev` and default region is `us-east-1`. You can change the
|
||||
# serverless.yml
|
||||
|
||||
service: service-name
|
||||
default:
|
||||
defaults:
|
||||
stage: beta
|
||||
region: us-west-2
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user