Skip to content

Commit

Permalink
Merge pull request facebook#8673 from madeinfree/patch-1
Browse files Browse the repository at this point in the history
fiber example typo
  • Loading branch information
bvaughn authored Jan 3, 2017
2 parents 962974c + 3b005a7 commit 323125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fiber/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1>Fiber Example</h1>
this.tick = this.tick.bind(this);
}
componentDidMount() {
this.invervalID = setInterval(this.tick, 1000);
this.intervalID = setInterval(this.tick, 1000);
}
tick() {
ReactDOMFiber.unstable_deferredUpdates(() =>
Expand Down

0 comments on commit 323125b

Please sign in to comment.