Skip to content

Commit fa658b8

Browse files
chore: Update lib/bootstrap.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
1 parent c585f02 commit fa658b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function runCLI(cli, commandIsUsed) {
3838
}
3939
} catch (err) {
4040

41-
// TODO: normalzie and retry args when keys are same
41+
// TODO: normalize and retry args when keys are same
4242

4343
if(err.name === 'UNKNOWN_VALUE') {
4444
process.cliLogger.error(`Parse Error (unknown argument): ${err.value}`);

0 commit comments

Comments
 (0)