Change Swagger-UI -> Swagger UI in docs (#5479)

* Change Swagger-UI -> Swagger UI in docs

* Changed back to SwaggerUI in places that refer to JS construct
This commit is contained in:
Helen Kosova
2019-07-19 18:22:45 +03:00
committed by Ron
parent be5e057bfa
commit 8822a7229a
15 changed files with 77 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
# Setting up a dev environment
Swagger-UI includes a development server that provides hot module reloading and unminified stack traces, for easier development.
Swagger UI includes a development server that provides hot module reloading and unminified stack traces, for easier development.
### Prerequisites
@@ -20,5 +20,5 @@ Swagger-UI includes a development server that provides hot module reloading and
## Bonus points
- Swagger-UI includes an ESLint rule definition. If you use a graphical editor, consider installing an ESLint plugin, which will point out syntax and style errors for you as you code.
- Swagger UI includes an ESLint rule definition. If you use a graphical editor, consider installing an ESLint plugin, which will point out syntax and style errors for you as you code.
- The linter runs as part of the PR test sequence, so don't think you can get away with not paying attention to it!