mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix typo in comment
This commit is contained in:
@@ -123,7 +123,7 @@ parseCommandLine = ->
|
||||
devMode = true
|
||||
resourcePath = args['resource-path']
|
||||
else
|
||||
# Set resourcePath based on to specDirectory if running specs on atom core
|
||||
# Set resourcePath based on the specDirectory if running specs on atom core
|
||||
if specDirectory?
|
||||
packageDirectoryPath = path.join(specDirectory, '..')
|
||||
packageManifestPath = path.join(packageDirectoryPath, 'package.json')
|
||||
|
||||
Reference in New Issue
Block a user