Fix spelling of the example abbreviation (e.g.)

This commit is contained in:
Waldir Pimenta
2019-06-05 15:00:26 +01:00
committed by Alex Ross
parent 41a6a0a378
commit f3e4e47164
27 changed files with 44 additions and 44 deletions

View File

@@ -95,7 +95,7 @@ export function getMappingForIncludedLanguages(): any {
/**
* Get the corresponding emmet mode for given vscode language mode
* Eg: jsx for typescriptreact/javascriptreact or pug for jade
* E.g.: jsx for typescriptreact/javascriptreact or pug for jade
* If the language is not supported by emmet or has been excluded via `excludeLanguages` setting,
* then nothing is returned
*