From 4741ed559ffbc21adac1019ae1a7b0635eaf7202 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Tue, 8 Apr 2014 14:30:00 -0700 Subject: [PATCH] docs: typo like a real engineer --- content-scripts/lib/throttle.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-scripts/lib/throttle.spec.js b/content-scripts/lib/throttle.spec.js index 492e7ae..d052875 100644 --- a/content-scripts/lib/throttle.spec.js +++ b/content-scripts/lib/throttle.spec.js @@ -3,7 +3,7 @@ var throttle = require('./throttle'); -// TOOD: solve this like a real engineer +// TODO: solve this like a real engineer // cuz jasmine doesn't patch Date.now var temporalPatchification = (function () { var dateConst = Date.now();