diff --git a/README.md b/README.md index dbbee1f..35668f5 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/cmd/delete.go b/cmd/delete.go index 43041bd..56e3c64 100644 --- a/cmd/delete.go +++ b/cmd/delete.go @@ -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"