mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Wiki JsonPartialWildcardMatcher is wrong spelled #398
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matgenois on GitHub (Jan 25, 2022).
Originally assigned to: @StefH on GitHub.
Describe the bug
In the wiki, JsonPartialWildcardMatcher is badly spelled and leads to error. Wiki refer to JsonPartialWilcardMatcher (missing a d in Wildcard)
Expected behavior:
Wiki should refer to JsonPartialWildcardMatcher as stated in code
Test to reproduce
Thanks
@StefH commented on GitHub (Jan 26, 2022):
Fixed
@matgenois commented on GitHub (Jan 26, 2022):
Thank you!