Skip to content

Commit fd3f967

Browse files
authored
Fix typos (#401)
* fix: typo
1 parent a821796 commit fd3f967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/open-source-tools/Swagger Codegen/Codegen v3/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Image accepts the following env variables:
6363

6464
- `JAVA_MEM` e.g. `1024m`
6565
- `HTTP_PORT` e.g. `8080`
66-
- `HIDDEN_OPTIONS_PATH` (alternative to `HIDDEN_OPTIONS`): useful if attaching a volume containing a `hiddenOptions.yaml` file definining which languages to hide. e.g. `/data/hiddenOptions.yaml`
66+
- `HIDDEN_OPTIONS_PATH` (alternative to `HIDDEN_OPTIONS`): useful if attaching a volume containing a `hiddenOptions.yaml` file defining which languages to hide. e.g. `/data/hiddenOptions.yaml`
6767
- `HIDDEN_OPTIONS` (alternative to `HIDDEN_OPTIONS_PATH`): allows to pass hidden options as an env variable, in the format `{category}:{language},{language},{language}|{category}:{language},{language},{language}`
6868
e.g. `servers:foo,bar|clientsV3:wtf,isthis` where category can be `clients`, `servers`, `clientsV3`, `serversV3`
6969

src/content/docs/open-source-tools/swagger-editor-next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Usage in **development** environment:
294294
$ npm run cy:dev
295295
```
296296
297-
Usage in **Continuos Integration (CI)** environment:
297+
Usage in **Continuous Integration (CI)** environment:
298298
299299
```sh
300300
$ npm run cy:ci

0 commit comments

Comments
 (0)