mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02: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:
@@ -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
Reference in New Issue
Block a user