Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 5, 2024
1 parent d5e49eb commit b6d73e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/format/elisp-autofmt.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.desc = 'Reformat Elisp source with elisp-autofmt';
exports.builder = yargs => yargs
.positional(
'[files..]', {
description: 'specify files to do elfmt',
description: 'specify files to do elisp-autofmt',
type: 'array',
});

Expand Down

0 comments on commit b6d73e8

Please sign in to comment.