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:
@@ -6,11 +6,11 @@ Any of the scripts below can be run by typing `npm run <script name>` in the pro
|
||||
Script name | Description
|
||||
--- | ---
|
||||
`dev` | Spawn a hot-reloading dev server on port 3200.
|
||||
`deps-check` | Generate a size and licensing report on Swagger-UI's dependencies.
|
||||
`deps-check` | Generate a size and licensing report on Swagger UI's dependencies.
|
||||
`lint` | Report ESLint style errors and warnings.
|
||||
`lint-errors` | Report ESLint style errors, without warnings.
|
||||
`lint-fix` | Attempt to fix style errors automatically.
|
||||
`watch` | Rebuild the core files in `/dist` when the source code changes. Useful for `npm link` with Swagger-Editor.
|
||||
`watch` | Rebuild the core files in `/dist` when the source code changes. Useful for `npm link` with Swagger Editor.
|
||||
|
||||
### Building
|
||||
Script name | Description
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user