From e9e57f3ee38f0bc6a049dd2ed61ccaab0c8bc53a Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:38:37 -0600 Subject: [PATCH] doc(pr create): fix typo in comments Co-authored-by: Tyler McGoffin --- pkg/cmd/pr/create/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/pr/create/create.go b/pkg/cmd/pr/create/create.go index fa6373b41..24f53aaaa 100644 --- a/pkg/cmd/pr/create/create.go +++ b/pkg/cmd/pr/create/create.go @@ -662,7 +662,7 @@ func NewCreateContext(opts *CreateOptions) (*CreateContext, error) { headRef := resolvedRefs[0] for _, r := range resolvedRefs[1:] { // If the head ref is the same as the remote head ref, - // then the remote head is current, and we can use it. + // then the remote head is current and we can use it. if r.Hash == headRef.Hash { promptForHeadRepo = false break