Skip to content

Commit ea270ba

Browse files
committed
docs: fix examples in Chinese and Japanese pages
1 parent da34242 commit ea270ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)