Skip to content

Commit f29ba24

Browse files
committed
2 parents 194dc5d + fc29100 commit f29ba24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DataFetcher extends React.Component {
3838
getData() {
3939
// Supports promises! You could call an API for example to fetch some
4040
// data, or do whatever "bootstrapping" you desire.
41-
return Promise.resove(this.props.id)
41+
return Promise.resolve(this.props.id)
4242
}
4343

4444
render() {
@@ -130,7 +130,7 @@ _or_
130130
import reactTreeWalker from 'react-tree-walker'
131131
```
132132

133-
**Paramaters**
133+
**Parameters**
134134

135135
* **tree** (React/Preact element, _required_)
136136

0 commit comments

Comments
 (0)