diff --git a/Stubbing-and-Request-Matching.md b/Stubbing-and-Request-Matching.md index b8add75..3d1847f 100644 --- a/Stubbing-and-Request-Matching.md +++ b/Stubbing-and-Request-Matching.md @@ -361,7 +361,7 @@ server Response.Create() .WithStatusCode(200) .WithHeader("Content-Type", "text/plain") - .WithBody("Hello world! Your path is {{request.path}.") + .WithBody("Hello world! Your path is {{request.path}}.") .WithTransformer() ); ```