💄 typo in TODO comment

This commit is contained in:
Kevin Sawicki
2013-09-16 15:35:45 -07:00
parent 508a0d4f2d
commit 262ada0b6c

View File

@@ -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)