Skip to content

Commit 9c24a45

Browse files
edg2sjdforrester
authored andcommitted
Update typos.json from lib/ve
Change-Id: Ibbb2cca5279cbf491271949854b6f5c03a3e2690
1 parent 16d0c46 commit 9c24a45

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Diff for: Gruntfile.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ module.exports = function ( grunt ) {
134134
typos: 'build/typos.json'
135135
},
136136
src: [
137-
'**/*.{js,json,less,css,txt,php}',
137+
'**/*.{js,json,less,css,txt,php,md,sh}',
138138
'!package-lock.json',
139139
'!build/typos.json',
140-
'!i18n/**',
140+
'!**/i18n/**/*.json',
141+
'**/i18n/**/en.json',
142+
'**/i18n/**/qqq.json',
141143
'!lib/**',
142144
'!{docs,node_modules,vendor}/**',
143145
'!.git/**'

Diff for: build/typos.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
[ "overriden", "overridden" ],
1616
[ "begining", "beginning" ],
1717
[ "detatched", "detached" ],
18-
[ "paramter", "parameter" ]
18+
[ "paramter", "parameter" ],
19+
[ "descendent", "descendant" ],
20+
[ "sepcific", "specific" ],
21+
[ "connet", "connect" ],
22+
[ "emtpy", "empty" ],
23+
[ "langauge", "language" ]
1924
]
2025
}

0 commit comments

Comments
 (0)