Skip to content

Commit 6112abf

Browse files
Copilotalexr00
andcommitted
Fix typo: 'isssue' -> 'issue'
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 9ef33a8 commit 6112abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issues/issueFeatureRegistrar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ export class IssueFeatureRegistrar extends Disposable {
810810
let githubRepository = issueModel.githubRepository;
811811
let remote = issueModel.remote;
812812
if (!repoManager) {
813-
repoManager = await this.chooseRepo(vscode.l10n.t('Choose which repository you want to work on this isssue in.'));
813+
repoManager = await this.chooseRepo(vscode.l10n.t('Choose which repository you want to work on this issue in.'));
814814
if (!repoManager) {
815815
return;
816816
}

0 commit comments

Comments
 (0)