Skip to content

Commit ace6ed6

Browse files
committed
Merge branch 'master' of github.com:pedronauck/react-adopt
* 'master' of github.com:pedronauck/react-adopt: fix: little typo (#14)
2 parents d51ab05 + a959c10 commit ace6ed6

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
@@ -136,7 +136,7 @@ const Composed = adopt({
136136

137137
### Mapping props from mapper
138138

139-
Sometimes get properties from your mappers can be kind a boring depending how nest is the result from each mapper. To easily avoid deep nested objects or combine your results, you can map the final results into a single object using de `mapProps` function as second parameter.
139+
Sometimes, get properties from your mappers can be kind of boring depending on how nested the result from each mapper. To easily avoid deeply nested objects or combine your results, you can map the final results into a single object using the `mapProps` function as the second parameter.
140140

141141
```js
142142
import { adopt } from 'react-adopt'

0 commit comments

Comments
 (0)