From 6aa386ed6c13018dbd687c100d7c6d08335da0a3 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:52:53 +0000 Subject: [PATCH] Fix spelling --- .../octopus-cli/octo-autocomplete-tab-completion.include.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared-content/octopus-cli/octo-autocomplete-tab-completion.include.md b/src/shared-content/octopus-cli/octo-autocomplete-tab-completion.include.md index 869810a132..4d160a76d8 100644 --- a/src/shared-content/octopus-cli/octo-autocomplete-tab-completion.include.md +++ b/src/shared-content/octopus-cli/octo-autocomplete-tab-completion.include.md @@ -53,6 +53,6 @@ octo install-autocomplete --shell powershell --dryRun -4. You can now discover sub-commands by typing `octo [searchterm]` and hitting the [tab] key. If you don't provide a search term, the full list of available sub-commands will be shown. +4. You can now discover sub-commands by typing `octo [search-term]` and hitting the [tab] key. If you don't provide a search term, the full list of available sub-commands will be shown. ![animation showing the tab completion feature in Zsh to list all environments in the default space](/docs/shared-content/images/autocomplete.gif)