From 2429324e799c2c74d697c649c17d66b5cb766493 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 30 May 2015 00:12:17 -0700 Subject: [PATCH] [Docs] Gramatical change / Timer --- docs/Timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Timers.md b/docs/Timers.md index 9e652e8cc..b4ff4f203 100644 --- a/docs/Timers.md +++ b/docs/Timers.md @@ -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.