Spelling (#72)

* spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 09:21:23 -04:00
committed by GitHub
parent c16b05447b
commit 281c73efa0
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ This extension builds on top of [cache management](https://docs.github.com/en/ac
1. Install the `gh` CLI - see the [installation](https://github.com/cli/cli#installation)
_Installation requires a minimum version (2.0.0) of the the GitHub CLI that supports extensions._
_Installation requires a minimum version (2.0.0) of the GitHub CLI that supports extensions._
2. Install this extension:

View File

@@ -62,8 +62,8 @@ func NewCmdDelete() *cobra.Command {
}
err = survey.AskOne(prompt, &choice)
if err != nil {
fmt.Println("Error occured while taking input from user while trying to delete cache")
return types.HandledError{Message: "Error occured while taking input from user while trying to delete cache.", InnerError: err}
fmt.Println("Error occurred while taking input from user while trying to delete cache")
return types.HandledError{Message: "Error occurred while taking input from user while trying to delete cache.", InnerError: err}
}
f.Confirm = choice == "Delete"