redux-localstorage icon indicating copy to clipboard operation
redux-localstorage copied to clipboard

docs: fix typo

Open jsejcksn opened this issue 2 years ago • 0 comments

Minor grammar fix

If you accept this PR, you might want to edit the repo's About description to match the change.

Comparing omission of parenthetical modifiers:

Before

  • Store enhancer that syncs (a subset) of your Redux store state to localstorage.
  • Store enhancer that syncs of your Redux store state to localstorage.

After

  • Store enhancer that syncs (a subset of) your Redux store state to localStorage.
  • Store enhancer that syncs your Redux store state to localStorage.

jsejcksn avatar Jan 23 '22 11:01 jsejcksn