mediawiki-extensions-Discus.../typos.json
Ed Sanders a70f411ee1 Setup grunt-tyops and fix
Change-Id: I372c3cc5bedaf800716bff68cadb2846a399a42a
2024-03-27 14:01:18 +00:00

26 行
675 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" ],
[ "descendent", "descendant" ],
[ "sepcific", "specific" ],
[ "connet", "connect" ],
[ "emtpy", "empty" ],
[ "langauge", "language" ]
]
}