From 7baedbbb7d92bea5897e0b341d04d6b27d0a9e76 Mon Sep 17 00:00:00 2001 From: justinwoo Date: Fri, 9 Nov 2018 10:23:13 +0200 Subject: [PATCH 1/2] fix typo in docs --- src/React/Basic.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/React/Basic.purs b/src/React/Basic.purs index fc0f5d1..6f86703 100644 --- a/src/React/Basic.purs +++ b/src/React/Basic.purs @@ -85,7 +85,7 @@ import Type.Row (class Union) -- | = Increment -- | -- | counter :: Props -> JSX --- | counter: make component +-- | counter = make component -- | { initialState = { counter: 0 } -- | -- | , update: \self action -> case action of From 9dadb409636ab81849fbb2144905d60fb4c38c2a Mon Sep 17 00:00:00 2001 From: Michael Trotter Date: Fri, 9 Nov 2018 01:00:17 -0800 Subject: [PATCH 2/2] fix related typo --- src/React/Basic.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/React/Basic.purs b/src/React/Basic.purs index 6f86703..3dd0715 100644 --- a/src/React/Basic.purs +++ b/src/React/Basic.purs @@ -86,7 +86,7 @@ import Type.Row (class Union) -- | -- | counter :: Props -> JSX -- | counter = make component --- | { initialState = { counter: 0 } +-- | { initialState: { counter: 0 } -- | -- | , update: \self action -> case action of -- | Increment ->