Skip to content

Commit 02e60ee

Browse files
authored
docs(README): fix typo
2 parents 3230874 + 3d9e08e commit 02e60ee

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
@@ -337,7 +337,7 @@ Usage in **development** environment:
337337
$ npm run cy:dev
338338
```
339339

340-
Usage in **Continuos Integration (CI)** environment:
340+
Usage in **Continuous Integration (CI)** environment:
341341

342342
```sh
343343
$ npm run cy:ci
@@ -493,12 +493,10 @@ In order to inform `swagger-editor@5` npm package that I require it to use my Re
493493
> [!NOTE]
494494
> 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_.
495495
496-
497496
### yarn
498497
499498
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).
500499
501-
502500
```json
503501
{
504502
"dependencies": {
@@ -720,7 +718,6 @@ import MonacoPreset from 'swagger-editor/presets/monaco';
720718
> NOTE: Please refer to the [Plug points documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md)
721719
of SwaggerUI to understand how presets are passed to SwaggerUI.
722720

723-
724721
#### Composing with swagger-ui
725722

726723
```js
@@ -858,7 +855,6 @@ const SwaggerEditor = () => {
858855
ReactDOM.render(<SwaggerEditor />, document.getElementById('swagger-editor'));
859856
```
860857

861-
862858
## Docker
863859

864860
### Pre-built DockerHub image
@@ -892,7 +888,6 @@ Now open your browser at `http://localhost:8080/`.
892888

893889
Now open your browser at `http://localhost:8080/`.
894890

895-
896891
> **No** custom environment variables are currently supported by SwaggerEditor.
897892
898893
## License

0 commit comments

Comments
 (0)