mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 14:06:52 +00:00
Update typos.json from lib/ve
Change-Id: Ibbb2cca5279cbf491271949854b6f5c03a3e2690
This commit is contained in:
parent
16d0c4646e
commit
9c24a458fd
|
@ -134,10 +134,12 @@ module.exports = function ( grunt ) {
|
|||
typos: 'build/typos.json'
|
||||
},
|
||||
src: [
|
||||
'**/*.{js,json,less,css,txt,php}',
|
||||
'**/*.{js,json,less,css,txt,php,md,sh}',
|
||||
'!package-lock.json',
|
||||
'!build/typos.json',
|
||||
'!i18n/**',
|
||||
'!**/i18n/**/*.json',
|
||||
'**/i18n/**/en.json',
|
||||
'**/i18n/**/qqq.json',
|
||||
'!lib/**',
|
||||
'!{docs,node_modules,vendor}/**',
|
||||
'!.git/**'
|
||||
|
|
|
@ -15,6 +15,11 @@
|
|||
[ "overriden", "overridden" ],
|
||||
[ "begining", "beginning" ],
|
||||
[ "detatched", "detached" ],
|
||||
[ "paramter", "parameter" ]
|
||||
[ "paramter", "parameter" ],
|
||||
[ "descendent", "descendant" ],
|
||||
[ "sepcific", "specific" ],
|
||||
[ "connet", "connect" ],
|
||||
[ "emtpy", "empty" ],
|
||||
[ "langauge", "language" ]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue