Skip to content

Commit 1fa1878

Browse files
authored
Update README.md (#473)
1 parent 1e9b9c0 commit 1fa1878

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
@@ -132,7 +132,7 @@ export const getDarkMode = () => currentMode;
132132
To use react-redux or any other context-based functionality, singleton hooks should be mounted under provider in your app.
133133
To do that, import `SingletonHooksContainer` from `react-singleton-hook` and mount anywhere in you app.
134134
**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.
135+
By default you are not required to deal with a `SingletonHooksContainer`, we run this component internally in separate react app.
136136

137137

138138
```javascript

0 commit comments

Comments
 (0)