Fix typos for descriptions of emmet prefrerences #35676

This commit is contained in:
Ramya Achutha Rao 2017-10-14 17:37:45 -07:00
parent dec5412de2
commit 36b598c047

View file

@ -41,8 +41,8 @@
"emmetPreferencesStylusBetween": "Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Stylus files",
"emmetShowSuggestionsAsSnippets": "If true, then emmet suggestions will show up as snippets allowing you to order them as per editor.snippetSuggestions setting.",
"emmetPreferencesBemElementSeparator": "Element separator used for classes when using the bem filter",
"emmetPreferencesBemModifierSeparator": "Modifer separator used for classes when using the bem filter",
"emmetPreferencesFilterCommentBefore": "A definition of comment that should be placed before after element when comment filter is applied.",
"emmetPreferencesFilterCommentAfter": "A definition of comment that should be placed before matched element when comment filter is applied.",
"emmetPreferencesBemModifierSeparator": "Modifier separator used for classes when using the bem filter",
"emmetPreferencesFilterCommentBefore": "A definition of comment that should be placed before matched element when comment filter is applied.",
"emmetPreferencesFilterCommentAfter": "A definition of comment that should be placed after matched element when comment filter is applied.",
"emmetPreferencesFilterCommentTrigger": "A comma-separated list of attribute names that should exist in abbreviation for the comment filter to be applied"
}