Skip to content

Commit dca4209

Browse files
Update 3_4_ReduxStore.md
grammar and typos
1 parent c368f7f commit dca4209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/docs/3_Guides/3_4_ReduxStore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For example , here are the user services :
6969
})
7070
```
7171

72-
Next, in your containers it could be use like this :
72+
Then in your containers it could be use like this :
7373

7474
```javascript
7575
import React, { useState, useEffect } from 'react'
@@ -104,14 +104,14 @@ const ExampleContainer = () => {
104104
export default ExampleContainer
105105
```
106106

107-
Next, the RTKQuery is linked to the redux store in order to make it work and be debuggable with Flipper.
107+
The RTKQuery is linked to the redux store in order to make it work and be debuggable with Flipper.
108108

109109
:::info
110110
See the [API usage](https://redux-toolkit.js.org/rtk-query/overview) for more information
111111
:::
112112

113113

114-
**For the redux-toolkit side**, we use it to configure all the store and saved the default theme of the application.
114+
**On the redux-toolkit side**, we use it to configure all the store and save the default theme of the application.
115115

116116
For example, the storing of the favorite theme of the user
117117
```javascript

0 commit comments

Comments
 (0)