diff --git a/packages/babel-cli/src/babel/options.js b/packages/babel-cli/src/babel/options.js index 14ff1b74e032..d8a5bd4f3f7e 100644 --- a/packages/babel-cli/src/babel/options.js +++ b/packages/babel-cli/src/babel/options.js @@ -81,7 +81,7 @@ commander.option( "print a comment after any injected non-user code", ); -// General soucemap formatting. +// General source map formatting. commander.option("-s, --source-maps [true|false|inline|both]", "", booleanify); commander.option( "--source-map-target [string]",