Skip to content

Commit

Permalink
Spelling (#72)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jsoref authored Jun 19, 2023
1 parent c16b054 commit 281c73e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 281c73e

Please sign in to comment.