From 5918be23258fac3683339328fb729c9e839fe7e8 Mon Sep 17 00:00:00 2001 From: Christopher Dro Date: Sat, 30 May 2015 00:46:30 -0700 Subject: [PATCH] Typo Fix Oddly enough, adding `work` was the first change I wanted to do. :) --- docs/Timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Timers.md b/docs/Timers.md index b4ff4f203..974083c61 100644 --- a/docs/Timers.md +++ b/docs/Timers.md @@ -71,4 +71,4 @@ var Component = React.createClass({ }); ``` -We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard tracking down bugs. +We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard work tracking down bugs.