Skip to content

Commit

Permalink
Fix typo in format change message. (#33945)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored Aug 9, 2021
1 parent 7f97d5c commit a1c63c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/format-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const keypress = async () => {
'format-js'
) } script has been renamed to ${ chalk.green( 'format' ) }.\n` +
"If you're calling it from any of your own scripts, please update them accordingly.\n" +
'Press any key to continiue.';
'Press any key to continue.';

// eslint-disable-next-line no-console
console.log( message );
Expand Down

0 comments on commit a1c63c2

Please sign in to comment.