Skip to content

Commit 2e777b6

Browse files
committed
Fixed typo
1 parent 13dc1bc commit 2e777b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/RoutingDuplex.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ makeApp = do
5959
Wire.useSignal router.signal
6060
pure
6161
$ React.fragment
62-
[ -- the router subscriber to pushstate events when this component is mounted, and unsubscribes when unmounted
62+
[ -- the router subscribes to pushstate events when this component is mounted, and unsubscribes when unmounted
6363
router.component
6464
, R.h1_
6565
[ R.text case Lens.view _Route route of

0 commit comments

Comments
 (0)