Skip to content

Commit

Permalink
fix: prepare_release update-year spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Mar 29, 2024
1 parent 3cdc7c3 commit 40d1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prepare_release_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class PrepareReleaseCommand extends ReleaseToolsCommand {
'update-year',
abbr: 'Y',
help:
'Also update year in license files. Better to eave this off if you are not sure.',
'Also update year in license files. Better to leave this off if you are not sure.',
aliases: ['updateYear'],
);
argParser.addFlag(
Expand Down

0 comments on commit 40d1b8f

Please sign in to comment.