Skip to content

Commit dbaded4

Browse files
authored
Fixed typo
1 parent a4fb182 commit dbaded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/Halo/Internal/State.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Halogen.Subscription (Subscription)
1111
import React.Halo.Internal.Control (HaloM)
1212
import React.Halo.Internal.Types (ForkId, Lifecycle, SubscriptionId)
1313

14-
-- | HThe alo component state used during evaluation.
14+
-- | The Halo component state used during evaluation.
1515
newtype HaloState props ctx state action
1616
= HaloState
1717
{ eval :: Lifecycle props ctx action -> HaloM props ctx state action Aff Unit

0 commit comments

Comments
 (0)