Skip to content

Commit 1488304

Browse files
authored
docs: fix openapi TupleType examples (openapi-ts#1923)
* docs: fix example * docs: fix examples in Chinese and Japanese pages
1 parent 6728010 commit 1488304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ For example, given the following schema:
176176
```yaml [my-openapi-3-schema.yaml]
177177
components:
178178
schemas:
179-
TupleType
179+
TupleType:
180180
type: array
181181
items:
182182
type: string

docs/ja/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ _ありがとう, [@Powell-v2](https://github.com/Powell-v2)!_
175175
```yaml [my-openapi-3-schema.yaml]
176176
components:
177177
schemas:
178-
TupleType
178+
TupleType:
179179
type: array
180180
items:
181181
type: string

docs/zh/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ _感谢,[@Powell-v2](https://github.com/Powell-v2)!_
174174
```yaml [my-openapi-3-schema.yaml]
175175
components:
176176
schemas:
177-
TupleType
177+
TupleType:
178178
type: array
179179
items:
180180
type: string

0 commit comments

Comments
 (0)