Minor typo for -f flag in cli (#9201)

This commit is contained in:
cphamlet 2018-12-17 21:29:23 -06:00 committed by Logan Smyth
parent 52fb884550
commit 116ca22def

View File

@ -22,7 +22,7 @@ commander.option(
"comma-separated list of plugin names",
collect,
);
commander.option("--config-file [path]", "Path a to .babelrc file to use");
commander.option("--config-file [path]", "Path to a .babelrc file to use");
commander.option(
"--env-name [name]",
"The name of the 'env' to use when loading configs and plugins. " +