We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9b9c0 commit 1fa1878Copy full SHA for 1fa1878
README.md
@@ -132,7 +132,7 @@ export const getDarkMode = () => currentMode;
132
To use react-redux or any other context-based functionality, singleton hooks should be mounted under provider in your app.
133
To do that, import `SingletonHooksContainer` from `react-singleton-hook` and mount anywhere in you app.
134
**SingletonHooksContainer must be rendered ealier then any component using singleton hook!**
135
-By default you are not required to dial with a `SingletonHooksContainer`, we run this component internally in separate react app.
+By default you are not required to deal with a `SingletonHooksContainer`, we run this component internally in separate react app.
136
137
138
```javascript
0 commit comments