From 9b96e6cded51616fba8a2553c429b127f636410d Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:34:28 -0700 Subject: [PATCH] doc(pr create): fix typo in test comments Co-authored-by: Tyler McGoffin --- pkg/cmd/pr/create/create_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/pr/create/create_test.go b/pkg/cmd/pr/create/create_test.go index c07195d40..d515f3a6c 100644 --- a/pkg/cmd/pr/create/create_test.go +++ b/pkg/cmd/pr/create/create_test.go @@ -1599,8 +1599,8 @@ func Test_createRun(t *testing.T) { cs, cmdTeardown := run.Stub() defer cmdTeardown(t) cs.Register(`git status --porcelain`, 0, "") - // TODO this could be be values in the test struct with a helper - // function to invoke the apporpriate command stubs based on + // TODO this could be values in the test struct with a helper + // function to invoke the appropriate command stubs based on // those values. if !tt.customPushDestination { cs.Register(`git show-ref --verify -- HEAD refs/remotes/origin/feature`, 0, "")