Re-wording

This commit is contained in:
Christopher Dro 2015-05-30 14:47:24 -07:00
parent 5918be2325
commit 47e56d778a
1 changed files with 2 additions and 1 deletions

View File

@ -71,4 +71,5 @@ var Component = React.createClass({
});
```
We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard work tracking down bugs.
We strongly discourage using `setTimeout(...)` and recommend using `this.setTimeout(...)`.
This will eliminate a lot of hard work tracking down bugs.