Skip to content

Commit 9c033d7

Browse files
committed
Two typos
1 parent 73c14c6 commit 9c033d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/1.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ actions:
197197
- target: $.paths.*.get.parameters[[email protected]=='filter' && @.in=='query']
198198
update:
199199
schema:
200-
$ref: '/components/schemas/filterSchema'
200+
$ref: '#/components/schemas/filterSchema'
201201
```
202202

203-
#### Array Modification Example
203+
#### Array Modification Examples
204204

205205
Array elements MAY be deleted using the `remove` property. Use of array indexes to remove array items should be avoided where possible as indexes will change when items are removed.
206206

0 commit comments

Comments
 (0)