Skip to content

Commit 53de9d0

Browse files
authored
Fix typo in completions help (#431)
1 parent 70c7d9c commit 53de9d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/431.docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed typo in docs about setting up shell completion

src/cleo/commands/completions_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class CompletionsCommand(Command):
8787
generated script to one of those directories, or add your own \
8888
to this list.
8989
90-
Adding a custom directory is often the safest best if you're unsure \
90+
Adding a custom directory is often the safest bet if you're unsure \
9191
of which directory to use. First create the directory, for this \
9292
example we'll create a hidden directory inside our `<options=bold>$HOME</>` directory
9393

0 commit comments

Comments
 (0)