diff --git a/Request-Matching.md b/Request-Matching.md index 7295274..9e48151 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -581,7 +581,7 @@ A JSON Mapping example looks like: "Matchers": [ { "Name": "WildcardMatcher", - "Pattern": "/doesnot-need-a-key" + "Pattern": "/needs-a-key" } ] },