From 262ada0b6c2fa90c2fb65bb542fb0b3272ab8806 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 16 Sep 2013 15:35:45 -0700 Subject: [PATCH] :lipstick: typo in TODO comment --- tasks/prebuild-less-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prebuild-less-task.coffee b/tasks/prebuild-less-task.coffee index 9aacf8040..db9c0ec44 100644 --- a/tasks/prebuild-less-task.coffee +++ b/tasks/prebuild-less-task.coffee @@ -20,7 +20,7 @@ module.exports = (grunt) -> path.resolve('vendor') ] for theme in configuration - # TODO Using AtomPackage class once it runs outside of an Atom context + # TODO Use AtomPackage class once it runs outside of an Atom context themePath = path.resolve('node_modules', theme, 'stylesheets') importPaths.unshift(themePath) if grunt.file.isDir(themePath)