Update typos.json from lib/ve

Change-Id: Ibbb2cca5279cbf491271949854b6f5c03a3e2690
This commit is contained in:
Ed Sanders 2024-03-27 12:37:43 +00:00 committed by Jforrester
parent 16d0c4646e
commit 9c24a458fd
2 changed files with 10 additions and 3 deletions

View file

@ -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/**'

View file

@ -15,6 +15,11 @@
[ "overriden", "overridden" ],
[ "begining", "beginning" ],
[ "detatched", "detached" ],
[ "paramter", "parameter" ]
[ "paramter", "parameter" ],
[ "descendent", "descendant" ],
[ "sepcific", "specific" ],
[ "connet", "connect" ],
[ "emtpy", "empty" ],
[ "langauge", "language" ]
]
}