diff --git a/Request-Matching.md b/Request-Matching.md index 9893ba3..dcec8b1 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -12,7 +12,7 @@ WireMock.Net supports matching of requests to stubs and verification queries usi ## Example Matching for the elements ### Query Parameters -#### C# exceprt +#### C# excerpt ``` c# server .Given(Request @@ -20,7 +20,7 @@ server .WithParam("search", "abc") ``` -#### JSON exceprt +#### JSON excerpt ``` json { "Request": {