Skip to content

Commit 4b3c870

Browse files
aymericbouzyaweary
authored andcommitted
Update README.md
1 parent 635fc47 commit 4b3c870

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
@@ -66,7 +66,7 @@ const { Provider, Consumer } = createState({
6666

6767
## Providing State
6868

69-
The Provider component is what provides the state (crazy, right?). When the Provider component mounts the initial state will be whatever you passed to `createState`. The Provider component takes no props, and expects that all the associated Consumer components will be rendered as descendants.
69+
The Provider component is what provides the state (crazy, right?). When the Provider component mounts, the initial state will be whatever you passed to `createState`. The Provider component takes no props, and expects that all the associated Consumer components will be rendered as descendants.
7070

7171
```jsx
7272
class App extends React.Component {

0 commit comments

Comments
 (0)