Skip to content

Commit

Permalink
add missing > to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed May 13, 2020
1 parent cc44de0 commit 969fa0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_api-mocking/mock_matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ parameters:
The request will be matched whichever order keys appear in the query string
examples:
- |-
{"q": "cute+kittenz"} // matches 'q=cute kittenz' or q=cute+kittenz'
{"q": "cute+kittenz"} // matches '?q=cute kittenz' or ?q=cute+kittenz'
- |-
{"tags": ["cute", "kittenz"]} // matches `q=cute&q=kittenz`
{"tags": ["cute", "kittenz"]} // matches `?q=cute&q=kittenz`
- |-
{"q": undefined, inform: true} // matches `q=&inform=true`
{"q": undefined, inform: true} // matches `?q=&inform=true`
- name: params
versionAdded: 6.0.0
types:
Expand Down

0 comments on commit 969fa0d

Please sign in to comment.