Skip to content

Commit 53670d6

Browse files
netchampfarisnklayman
authored andcommitted
fix: typo (#594)
fix(index): typo
1 parent 8ccb0f8 commit 53670d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ module.exports = (api, options) => {
394394
if (args.debug) {
395395
// Do not launch electron and provide instructions on launching through debugger
396396
info(
397-
'Not launching electron as debug argument was passed. You must launch electron though your debugger.'
397+
'Not launching electron as debug argument was passed. You must launch electron through your debugger.'
398398
)
399399
info(
400400
`If you are using Spectron, make sure to set the IS_TEST env variable to true.`

0 commit comments

Comments
 (0)