Skip to content

Commit 4a4b837

Browse files
committed
Docs update
1 parent 5b44987 commit 4a4b837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/content/docs/advanced.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ prefixItems:
360360
components:
361361
schemas:
362362
DefType:
363-
type: object # ✅ `type: "object"` is OK to define $defs on
363+
type: object # ✅ `type: "object"` is OK to define $defs on
364364
$defs:
365365
myDefType:
366366
type: string
@@ -390,8 +390,6 @@ export interface components {
390390
391391
However, this won’t:
392392
393-
#### ❌ Doesn’t work
394-
395393
```yaml
396394
components:
397395
schemas:

0 commit comments

Comments
 (0)