[Docs] Gramatical change / Timer

This commit is contained in:
Christopher 2015-05-30 00:12:17 -07:00
parent c60c1c0415
commit 2429324e79

View File

@ -71,4 +71,4 @@ var Component = React.createClass({
});
```
We highly recommend never using bare timers and always using this mixin, it will save you from a lot of hard to track down bugs.
We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard tracking down bugs.