From d43bfe3e2aef7ea552d78f0629b8f8e5395a765b Mon Sep 17 00:00:00 2001 From: Will Stone <654103+will-stone@users.noreply.github.com> Date: Tue, 31 Mar 2020 11:02:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit severed -> served --- optionsreference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optionsreference.md b/optionsreference.md index d342048f..379f752a 100644 --- a/optionsreference.md +++ b/optionsreference.md @@ -7,7 +7,7 @@ - `schemes`: (array) The transfer protocol of the API ie `['http']` - `host`: (string) The host (name or IP) serving the API including port if any i.e. `localhost:8080` - `auth`: (boolean, string or object) defines security strategy to use for plugin resources - default: `false`, -- `cors`: (boolean) whether the swagger.json routes is severed with cors support - default: `false`, +- `cors`: (boolean) whether the swagger.json routes is served with cors support - default: `false`, #### JSON (JSON endpoint needed to create UI)