We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faac07 commit 9ff354dCopy full SHA for 9ff354d
GUIDE.md
@@ -234,8 +234,8 @@ matchMyRoute = match myRoute
234
test1 = matchMyRoute "/posts"
235
test2 = matchMyRoute "/posts/12"
236
test3 = matchMyRoute "/posts/12/edit"
237
-test3 = matchMyRoute "/posts/browse/2004/June"
238
-test4 = matchMyRoute "/psots/bad"
+test4 = matchMyRoute "/posts/browse/2004/June"
+test5 = matchMyRoute "/psots/bad"
239
```
240
241
## Routing events with `Routing.Hash`
0 commit comments