Skip to content

Commit 974666c

Browse files
authored
Update README.md
Signed-off-by: Stephen Isienyi <stephen.isienyi@gmail.com>
1 parent 7c22aed commit 974666c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const unsubscribeFn = store.subscribe( eventType, listener );
114114
```
115115
Any actions taken here is applied to all components streaming affected state slices.\
116116
Caveat 1: Parameterless <code>context.store.getState</code> returns the whole state.\
117-
Caveat 2: Parameterless <code>context.store.resetState</code> which is a no-op.
117+
Caveat 2: Parameterless <code>context.store.resetState</code> is a no-op.
118118
119119
### Joining the context stream.
120120
A context stream allows a client to set up a dedicated channel through which it receives automatic updates whenever its selected slices of state change. It can also update the context through this channel.

0 commit comments

Comments
 (0)