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:
Jakob Ackermann
2022-02-09 12:43:36 +00:00
committed by Copybot
parent 72034e9d1f
commit cb17f84b9a
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