Skip to content

Commit

Permalink
Merge pull request #1030 from dankolbrs/fix_typos_in_request_matching
Browse files Browse the repository at this point in the history
[fix_typos_in_request_matching] Fix docs typos
  • Loading branch information
tomakehurst authored Nov 5, 2018
2 parents 7fd45b0 + a06e4a1 commit 3a7e851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-v2/_docs/request-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ JSON:

## Matching other attributes

All request attributes other the the URL can be matched using the following set of operators.
All request attributes other than the URL can be matched using the following set of operators.

### Equality

Expand Down Expand Up @@ -805,7 +805,7 @@ JSON:

## Multipart/form-data

Deems a match if a multipart value is valid and matches any or all the the multipart pattern matchers supplied. As a Multipart is a 'mini' HTTP request in itself all existing Header and Body content matchers can by applied to a Multipart pattern.
Deems a match if a multipart value is valid and matches any or all the multipart pattern matchers supplied. As a Multipart is a 'mini' HTTP request in itself all existing Header and Body content matchers can by applied to a Multipart pattern.
A Multipart pattern can be defined as matching `ANY` request multiparts or `ALL`. The default matching type is `ANY`.

Java:
Expand Down

0 comments on commit 3a7e851

Please sign in to comment.