Skip to content

Commit ad1586c

Browse files
ralfhandllornajane
authored andcommitted
Two typos
1 parent ed7a20c commit ad1586c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overlay.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)