Update swagger_ui.cljc

Fix spelling in docstring.
This commit is contained in:
Jonathon McKitrick 2021-03-11 08:41:31 -05:00 committed by GitHub
parent fb5eb1ff98
commit c033f10e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
| :root | optional resource root, defaults to `\"swagger-ui\"`
| :url | path to swagger endpoint, defaults to `/swagger.json`
| :path | optional path to mount the handler to. Works only if mounted outside of a router.
| :config | parameters passed to swaggger-ui as-is.
| :config | parameters passed to swagger-ui as-is.
See https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
for all available :config options.