From fd9263dd9d052695d28f22bbc142de4a00d87c42 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 20 Feb 2023 13:05:33 +0100 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {