Skip to content

Commit bc052ff

Browse files
committed
Fixes spelling
1 parent a1f7763 commit bc052ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webviews/apps/plus/focus/components/gk-pull-request-row.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@ export class GkPullRequestRow extends LitElement {
292292
slot="trigger"
293293
href="#"
294294
tabindex="${this.isCurrentWorktree || this.isCurrentBranch ? -1 : nothing}"
295-
aria-label="${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}"
295+
aria-label="${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}"
296296
@click="${this.onOpenWorktreeClick}"
297297
><code-icon icon="gl-worktrees-view"></code-icon
298298
></a>
299299
<span
300-
>${this.isCurrentWorktree ? 'Already on this workree' : 'Open Worktree...'}</span
300+
>${this.isCurrentWorktree ? 'Already on this worktree' : 'Open Worktree...'}</span
301301
> </gk-tooltip
302302
><gk-tooltip>
303303
<a

0 commit comments

Comments
 (0)