omarluq/stimulus-store

Typo in README

Closed this issue · 1 comments

There is a typo in this line in the README.

Instead of:

When you call useStore(this) in the connect method, the useStore hook will subscriber the controller to all the stores specified in the static stores array.

Should be:

When you call useStore(this) in the connect method, the useStore hook will subscribe the controller to all the stores specified in the static stores array.

Ty!