Skip to content

Commit

Permalink
Fix accidental grammer mistake to .d.ts (#150991)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Jun 1, 2022
1 parent 6a670d7 commit 84241b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16031,7 +16031,7 @@ declare module 'vscode' {
readonly viewColumn: ViewColumn;

/**
* The active {@link Tab tab} in the group. This is the tab which contents are currently
* The active {@link Tab tab} in the group. This is the tab whose contents are currently
* being rendered.
*
* *Note* that there can be one active tab per group but there can only be one {@link TabGroups.activeTabGroup active group}.
Expand Down

0 comments on commit 84241b2

Please sign in to comment.