Skip to content

Commit

Permalink
✏️ fix typo
Browse files Browse the repository at this point in the history
severed -> served
  • Loading branch information
will-stone committed Mar 31, 2020
1 parent d8ca93c commit d43bfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optionsreference.md
Expand Up @@ -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)

Expand Down

0 comments on commit d43bfe3

Please sign in to comment.