Fix a typo in cors docs

The word "ways" was misspelled as "wasy".
This commit is contained in:
Dominik Hádl 2017-01-13 16:31:25 +00:00 committed by GitHub
parent aa76816b68
commit 20e8ee22ce
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ drop.middleware.insert(CORSMiddleware(), at: 0)
## Advanced
All settings and presets can be customized by advanced users. There's two wasy of doing this, either you programatically create and configure a `CORSConfiguration` object or you can put your configuration into a Vapor's JSON config file.
All settings and presets can be customized by advanced users. There's two ways of doing this, either you programatically create and configure a `CORSConfiguration` object or you can put your configuration into a Vapor's JSON config file.
See below for how to set up both and what are the options.