Skip to content

Commit c368f7f

Browse files
Update 3_4_ReduxStore.md
fix typos
1 parent 2eca5a7 commit c368f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/3_Guides/3_4_ReduxStore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We use them because they are often used by the community, very trendy and easy t
1717
## How is it used in this boilerplate ❓
1818

1919
**For the RTKQuery side**, all is located in `Services`.
20-
You will find `api.js` file that contain the declaration of the
20+
You will find `api.js` file that contains the declaration of the
2121
[fetchBaseQuery](https://redux-toolkit.js.org/rtk-query/api/fetchBaseQuery)
2222
customized with an interceptor
2323
and the [createApi](https://redux-toolkit.js.org/rtk-query/api/createApi)
@@ -47,7 +47,7 @@ Next to the `Services/api.js` file you have a `modules` folder. Each module
4747
corresponds to an entity type and will inject endpoints
4848
into the exported `api` const of `Services/api.js`
4949

50-
For exemple , next the user services :
50+
For example , here are the user services :
5151
```javascript title="src/Service/modules/users/index.js"
5252
import { api } from '../../api'
5353
import fetchOne from './fetchOne'

0 commit comments

Comments
 (0)