mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 18:03:42 -05:00
Merge pull request #6663 from overleaf/jk-cm6-spelling-ignore-words-dedupe
[web] Spelling: de-duplicate ignored-misspellings list GitOrigin-RevId: 9888c35dde01fb733247fba38846c07b43a3e924
This commit is contained in:
parent
4bdcd520de
commit
f5a74a014f
2 changed files with 23 additions and 23 deletions
|
@ -0,0 +1,22 @@
|
||||||
|
export const IGNORED_MISSPELLINGS = [
|
||||||
|
'Overleaf',
|
||||||
|
'overleaf',
|
||||||
|
'ShareLaTeX',
|
||||||
|
'sharelatex',
|
||||||
|
'LaTeX',
|
||||||
|
'TeX',
|
||||||
|
'BibTeX',
|
||||||
|
'BibLaTeX',
|
||||||
|
'XeTeX',
|
||||||
|
'XeLaTeX',
|
||||||
|
'LuaTeX',
|
||||||
|
'LuaLaTeX',
|
||||||
|
'http',
|
||||||
|
'https',
|
||||||
|
'www',
|
||||||
|
'COVID',
|
||||||
|
'Lockdown',
|
||||||
|
'lockdown',
|
||||||
|
'Coronavirus',
|
||||||
|
'coronavirus',
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue