Skip to content

Commit

Permalink
fix: Fix typo (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 9, 2022
1 parent ba960cf commit 800bec8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dictionaries/clojure/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["clojure"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/en_US/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["en_us"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": [],
// Words to always be considered an error
"flagWords": []
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/fr_FR_90/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["fr-fr-90"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/monkeyc/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["monkeyc"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
],
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/nb_NO/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["nb-no"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/ru_RU/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["ru-ru"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/sv/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["sv"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/swift/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["swift"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/vue/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["css", "fonts", "fullstack", "html", "php", "typescript"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/win32/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["win32"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []
}
]
Expand Down

0 comments on commit 800bec8

Please sign in to comment.