doc(pr create): fix typo in comments

Co-authored-by: Tyler McGoffin <jtmcg@github.com>
This commit is contained in:
Kynan Ware 2025-03-10 15:38:37 -06:00
parent d524cbddc2
commit e9e57f3ee3

View file

@ -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