Skip to content

Commit

Permalink
Merge pull request #87946 from brettcannon/patch-2
Browse files Browse the repository at this point in the history
Fix a grammatical mistake in a docstring
  • Loading branch information
alexdima committed Jan 19, 2020
2 parents ee9e25e + 5ed421a commit c5171c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.d.ts
Expand Up @@ -10014,7 +10014,7 @@ declare module 'vscode' {
export function getExtension(extensionId: string): Extension<any> | undefined;

/**
* Get an extension its full identifier in the form of: `publisher.name`.
* Get an extension by its full identifier in the form of: `publisher.name`.
*
* @param extensionId An extension identifier.
* @return An extension or `undefined`.
Expand Down

0 comments on commit c5171c9

Please sign in to comment.