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 bdb3457 commit e262a17Copy full SHA for e262a17
README.md
@@ -86,7 +86,7 @@ The `MonadStore` class provides three methods:
86
2. `updateStore` applies an action to the store to produce a new store, using our reducer.
87
3. `emitSelected` produces an `Emitter` from the `halogen-subscriptions` library that will notify subscribers of the store's new value when it changes.
88
89
-We can now use these methods anywhere we write `HalogenM` code -- for instanec, in our `handleAction` function:
+We can now use these methods anywhere we write `HalogenM` code -- for instance, in our `handleAction` function:
90
91
```purs
92
import Basic.Store as BS
0 commit comments