Skip to content

Commit a1081a0

Browse files
committed
Fix another typo
1 parent d5446cb commit a1081a0

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
@@ -542,7 +542,7 @@ store.dispatch(invalidateSession())
542542
## Selectors
543543

544544
To aid in selecting specific session state, redux simple auth ships with a few
545-
selectors for you convenience. All selectors take the store `state` as an
545+
selectors for your convenience. All selectors take the store `state` as an
546546
argument. Note this is the entire store state, not just the session state.
547547

548548
### `getSessionData(state)`

0 commit comments

Comments
 (0)