Skip to content

Commit 3228011

Browse files
authored
Merge pull request #192 from yezyilomo/fix-typo
Fix typo
2 parents a751de5 + 07e8f22 commit 3228011

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ That's one advantage of using `StatePool.useState` but there are many more, you'
225225

226226

227227
## Store based example
228-
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a tone of features on top of it.
228+
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a ton of features on top of it.
229229

230230
Here are steps for managing state with a store
231231
1. Create a store(which is basically a container for your state)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "state-pool",
33
"private": true,
4-
"version": "0.10.1",
4+
"version": "0.10.2",
55
"description": "Transform your React app with our state management library! Declare global and local states like variables, powered by the magic of React hooks 🪄✨",
66
"license": "MIT",
77
"homepage": "https://github.com/yezyilomo/state-pool/blob/master/README.md",

website/docs/introduction/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ That's one advantage of using `StatePool.useState` but there are many more, you'
179179

180180

181181
# Store based example
182-
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a tone of features on top of it.
182+
If you have many states and you would like to organize them into a store, **state-pool** allows you to do that too and provides a ton of features on top of it.
183183

184184
Here are steps for managing state with a store
185185
1. Create a store(which is basically a container for your state)

0 commit comments

Comments
 (0)