Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit cc9b01d

Browse files
tylermcginnisgaearon
authored andcommitted
Fix Typo (#63)
1 parent d24a1c9 commit cc9b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
3030
answer.toLowerCase() === 'yes'
3131
);
3232
if (!shouldEject) {
33-
console.log('Close one! Eject aported.');
33+
console.log('Close one! Eject aborted.');
3434
process.exit(1);
3535
}
3636

0 commit comments

Comments
 (0)