mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄 typo in TODO comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user