Skip to content

Commit 3d9e08e

Browse files
docs(README): fix typo
1 parent 64964d3 commit 3d9e08e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Usage in **development** environment:
306306
$ npm run cy:dev
307307
```
308308

309-
Usage in **Continuos Integration (CI)** environment:
309+
Usage in **Continuous Integration (CI)** environment:
310310

311311
```sh
312312
$ npm run cy:ci
@@ -461,12 +461,10 @@ In order to inform `swagger-editor@5` npm package that I require it to use my Re
461461
> [!NOTE]
462462
> The React and ReactDOM override are defined as a reference to the dependency. Since _react-redux@9_ only supports `React >= 18`, we need to use _react-redux@8_.
463463
464-
465464
### yarn
466465
467466
In order to inform `swagger-editor@5` npm package that I require it to use my specific React version, I need to use [yarn resolutions](https://yarnpkg.com/cli/set/resolution).
468467
469-
470468
```json
471469
{
472470
"dependencies": {
@@ -680,7 +678,6 @@ import MonacoPreset from 'swagger-editor/presets/monaco';
680678
> NOTE: Please refer to the [Plug points documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md)
681679
of SwaggerUI to understand how presets are passed to SwaggerUI.
682680

683-
684681
#### Composing with swagger-ui
685682

686683
```js
@@ -802,7 +799,6 @@ const SwaggerEditor = () => {
802799
ReactDOM.render(<SwaggerEditor />, document.getElementById('swagger-editor'));
803800
```
804801

805-
806802
## Docker
807803

808804
### Pre-built DockerHub image
@@ -836,7 +832,6 @@ Now open your browser at `http://localhost:8080/`.
836832

837833
Now open your browser at `http://localhost:8080/`.
838834

839-
840835
> **No** custom environment variables are currently supported by SwaggerEditor.
841836
842837
## License

0 commit comments

Comments
 (0)