Skip to content

Commit

Permalink
fixed "source map" formatting in comment (#8878) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and nicolo-ribaudo committed Oct 19, 2018
1 parent b576bf4 commit 9d0dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-cli/src/babel/options.js
Expand Up @@ -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]",
Expand Down

0 comments on commit 9d0dced

Please sign in to comment.