File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 358358 "const" : " LETTER"
359359 },
360360 "language" : {
361- "description" : " Langauge the letter template is written in" ,
361+ "description" : " Language the letter template is written in" ,
362362 "type" : " string" ,
363363 "enum" : [
364364 " ar" ,
Original file line number Diff line number Diff line change 358358 "const" : " LETTER"
359359 },
360360 "language" : {
361- "description" : " Langauge the letter template is written in" ,
361+ "description" : " Language the letter template is written in" ,
362362 "type" : " string" ,
363363 "enum" : [
364364 " ar" ,
Original file line number Diff line number Diff line change 365365 "const" : " LETTER"
366366 },
367367 "language" : {
368- "description" : " Langauge the letter template is written in" ,
368+ "description" : " Language the letter template is written in" ,
369369 "type" : " string" ,
370370 "enum" : [
371371 " ar" ,
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const $LetterTemplateEventV1Data = $TemplateEventV1BaseData
131131 description : 'Template type' ,
132132 } ) ,
133133 language : z . enum ( languages ) . meta ( {
134- description : 'Langauge the letter template is written in' ,
134+ description : 'Language the letter template is written in' ,
135135 } ) ,
136136 letterType : z . enum ( letterTypes ) . meta ( {
137137 description : 'Letter type' ,
You can’t perform that action at this time.
0 commit comments