mediawiki-extensions-Visual.../build/typos.json
DannyS712 00a98dd8f2 Fix 'paramter' typo in code and add to typos list, now covering PHP
Bug: T201491
Change-Id: I28d3b3871a2de54e575163bec7c364b68da8d5a6
2019-08-20 12:10:04 +01:00

21 lines
530 B
JSON

{
"caseInsensitive": [
[ "paralell", "parallel" ],
[ "properites", "properties" ],
[ "visiblit(ies|y)", "visibilit$1" ],
[ "movablilties", "movabilities" ],
[ "inpsect(ors?|ion)", "inspect$1" ],
[ "\bteh\b", "the" ],
[ "intialization", "initialization" ],
[ "durring", "during" ],
[ "contian", "contain" ],
[ "occured", "occurred" ],
[ "pgk", "pkg" ],
[ "arrray", "array" ],
[ "overriden", "overridden" ],
[ "begining", "beginning" ],
[ "detatched", "detached" ],
[ "paramter", "parameter" ]
]
}