From 281c73efa0e8fd2c4c779960a06d50109ef309f4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:21:23 -0400 Subject: [PATCH] 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> --- README.md | 2 +- cmd/delete.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"