Skip to content

Commit a959c10

Browse files
dongido001pedronauck
authored andcommitted
fix: little typo (#14)
fix: little typo
1 parent d3aff1c commit a959c10

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)