Fix typos in code-actions-sample

This commit is contained in:
fanich37
2020-02-19 12:18:49 +03:00
parent 59577b3341
commit 0749cbabac
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export function activate(context: vscode.ExtensionContext) {
}
/**
* Provides code actions for converting :) to an smiley emoji.
* Provides code actions for converting :) to a smiley emoji.
*/
export class Emojizer implements vscode.CodeActionProvider {