Skip to content

Commit

Permalink
Fixed #266 - typo in form param matching example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Apr 2, 2024
1 parent 04b8043 commit a499abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/request-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Configuration file:

```java
stubFor(post(urlPathEqualTo("/mock"))
.withFormParam("tool", equalTo("WireMock"))
.withFormParam("tool", equalTo("WireMock")
).willReturn(ok()));
```

Expand Down

0 comments on commit a499abc

Please sign in to comment.