Skip to content

Commit

Permalink
[Console] Fix typo in completion command help text
Browse files Browse the repository at this point in the history
This commit fixes a minor typo in the "completion" command's help text
  • Loading branch information
DAcodedBEAT committed Feb 9, 2022
1 parent 468f17e commit a6d8f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DumpCompletionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function configure()
<comment>Dynamic installation
--------------------</>
Add this add the end of your shell configuration file (e.g. <info>"~/.bashrc"</>):
Add this to the end of your shell configuration file (e.g. <info>"~/.bashrc"</>):
<info>eval "$(${fullCommand} completion bash)"</>
EOH
Expand Down

0 comments on commit a6d8f85

Please sign in to comment.