From 20e8ee22ce5f03d96a4445e20a5bd44f11a104fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20H=C3=A1dl?= Date: Fri, 13 Jan 2017 16:31:25 +0000 Subject: [PATCH] Fix a typo in cors docs The word "ways" was misspelled as "wasy". --- http/cors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cors.md b/http/cors.md index c6aae3ed..f30d3bb7 100644 --- a/http/cors.md +++ b/http/cors.md @@ -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.