Skip to content

Commit 836763b

Browse files
authored
Fix typo
1 parent 78577fa commit 836763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ JSON request bodies can be matched using a [JSONPath](https://en.wikipedia.org/w
307307
```swift
308308
let route = HTTPRoute(
309309
"POST *",
310-
jsonBody: { $0["$.food"] == "chips" }
310+
jsonBody: { $0["$.food"] == "fish" }
311311
)
312312
```
313313
```json

0 commit comments

Comments
 (0)