Skip to content

Commit 8d1c32a

Browse files
cfArrayZoneYour
andcommitted
Fixed language in README.md (#1)
Fixed language in README.md Co-authored-by: Yidong Li <[email protected]>
1 parent 975f066 commit 8d1c32a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The State management library for React
66

77
⚛️ Support [preact](https://github.com/byte-fe/react-model-experiment/tree/preact), react-native and Next.js
88

9-
Fully TypeScript Support
9+
Full TypeScript Support
1010

1111
📦 Built with microbundle
1212

13-
⚙️ Middlewares Pipline ( redux-devtools support ... )
13+
⚙️ Middleware Pipline ( redux-devtools support ... )
1414

1515
☂️ 100% test coverage, safe on production
1616

@@ -102,7 +102,7 @@ npm install react-model
102102

103103
### Model
104104

105-
Every model have their own state and actions.
105+
Every model has its own state and actions.
106106

107107
```typescript
108108
const initialState = {
@@ -172,7 +172,7 @@ export default Model(model)
172172

173173
### Model Register
174174

175-
react-model keep the state and actions in the separate private store. So you need to register them if you want to use them as the public models.
175+
react-model keeps the application state and actions in separate private stores. So you need to register them if you want to use them as the public models.
176176

177177
`model/index.ts`
178178

@@ -191,7 +191,7 @@ export const { getInitialState, useStore, getState, actions, subscribe, unsubscr
191191
### useStore
192192

193193
The functional component in React ^16.8.0 can use Hooks to connect the global store.
194-
The actions return from useStore can invoke the dom changes.
194+
The actions returned from useStore can invoke dom changes.
195195

196196
The execution of actions returned by useStore will invoke the rerender of current component first.
197197

0 commit comments

Comments
 (0)