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

Fix Typo (#63)

parent d24a1c95
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
answer.toLowerCase() === 'yes'
);
if (!shouldEject) {
console.log('Close one! Eject aported.');
console.log('Close one! Eject aborted.');
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