Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jul 17, 2018
1 parent 0dd8fee commit 6d0e5c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ${this.description}

if (!changelogUrl) {
if (this.type === LocalExtensionType.System) {
return TPromise.as(nls.localize('checkReleaseNotes', 'Please check the [VS Code Release Notes](https://code.visulstudio.com/updates) for changes to the built-in extensions.'));
return TPromise.as(nls.localize('checkReleaseNotes', 'Please check the [VS Code Release Notes](https://code.visualstudio.com/updates) for changes to the built-in extensions.'));
}

return TPromise.wrapError<string>(new Error('not available'));
Expand Down

0 comments on commit 6d0e5c5

Please sign in to comment.