Skip to content

Commit

Permalink
Fixes two typo (emmetio#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakil-Shahadat authored Mar 22, 2021
1 parent 5c76195 commit 0c20726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Emmet.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Automatically marks (captures) Emmet abbreviation when typing text: captured abbreviation
// is highlighted with underline. Use Tab key inside captured abbreviation to exapnd it.
// is highlighted with underline. Use Tab key inside captured abbreviation to expand it.
// Works in limited syntaxes only, see `abbreviation_scopes` option
// Possible values:
// – true: enable capturing for both markup and stylesheet abbreviations
Expand Down Expand Up @@ -63,7 +63,7 @@
],

// List of scopes where Emmet abbreviations should not be be captured.
// If avy of the following scopes matches, `abbreviation_scopes`
// If any of the following scopes matches, `abbreviation_scopes`
// will be ignored
"ignore_scopes": [],

Expand Down

0 comments on commit 0c20726

Please sign in to comment.