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 13dc1bc commit 2e777b6Copy full SHA for 2e777b6
examples/RoutingDuplex.purs
@@ -59,7 +59,7 @@ makeApp = do
59
Wire.useSignal router.signal
60
pure
61
$ React.fragment
62
- [ -- the router subscriber to pushstate events when this component is mounted, and unsubscribes when unmounted
+ [ -- the router subscribes to pushstate events when this component is mounted, and unsubscribes when unmounted
63
router.component
64
, R.h1_
65
[ R.text case Lens.view _Route route of
0 commit comments