Skip to content

Commit e262a17

Browse files
Fix typo in README.md (#7)
1 parent bdb3457 commit e262a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `MonadStore` class provides three methods:
8686
2. `updateStore` applies an action to the store to produce a new store, using our reducer.
8787
3. `emitSelected` produces an `Emitter` from the `halogen-subscriptions` library that will notify subscribers of the store's new value when it changes.
8888

89-
We can now use these methods anywhere we write `HalogenM` code -- for instanec, in our `handleAction` function:
89+
We can now use these methods anywhere we write `HalogenM` code -- for instance, in our `handleAction` function:
9090

9191
```purs
9292
import Basic.Store as BS

0 commit comments

Comments
 (0)