Skip to content

Commit 7c19e84

Browse files
justinwoospicydonuts
authored andcommitted
Fix typo in docs (#62)
1 parent 10f2542 commit 7c19e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/React/Basic.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ import Type.Row (class Union)
8585
-- | = Increment
8686
-- |
8787
-- | counter :: Props -> JSX
88-
-- | counter: make component
89-
-- | { initialState = { counter: 0 }
88+
-- | counter = make component
89+
-- | { initialState: { counter: 0 }
9090
-- |
9191
-- | , update: \self action -> case action of
9292
-- | Increment ->

0 commit comments

Comments
 (0)