Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbreckenridge committed Mar 10, 2024
1 parent 1f32c96 commit f6c5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotui/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def prompt_enum(
if is_enabled(Option.CLICK_PROMPT):
# these is no autocomplete in click, warn the user to enable ENUM_FZF instead
click.echo(
"No autocompletion for enums in click. Consider enabling ENUM_FZF option",
"No autocompletion for enums in click. Consider enabling the ENUM_FZF option",
err=True,
)

Expand Down

0 comments on commit f6c5720

Please sign in to comment.