Commit cc9b01db authored by Tyler McGinnis's avatar Tyler McGinnis Committed by Dan Abramov
Browse files

Fix Typo (#63)

parent d24a1c95
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -30,7 +30,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi ...@@ -30,7 +30,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
answer.toLowerCase() === 'yes' answer.toLowerCase() === 'yes'
); );
if (!shouldEject) { if (!shouldEject) {
console.log('Close one! Eject aported.'); console.log('Close one! Eject aborted.');
process.exit(1); process.exit(1);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment