fixed "source map" formatting in comment (#8878) [skip ci]

This commit is contained in:
0xflotus 2018-10-20 00:51:46 +02:00 committed by Nicolò Ribaudo
parent b576bf4b41
commit 9d0dcedb2b

View File

@ -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]",