From 47e56d778a5254a185fff7a36e41c2bba3a17bef Mon Sep 17 00:00:00 2001 From: Christopher Dro Date: Sat, 30 May 2015 14:47:24 -0700 Subject: [PATCH] Re-wording --- docs/Timers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Timers.md b/docs/Timers.md index 974083c61..dd6152c98 100644 --- a/docs/Timers.md +++ b/docs/Timers.md @@ -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.