Skip to content

Commit ccaaaea

Browse files
authored
Update site-design-json-schema.md
Verbs are case sensitive, hence replaced SetDescription with setDescription!
1 parent 388db92 commit ccaaaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Registers field extension for a list field. For more information on these client
374374
"templateType": 100,
375375
"subactions": [
376376
{
377-
"verb": "SetDescription",
377+
"verb": "setDescription",
378378
"description": "Custom list to illustrate SharePoint site scripting"
379379
},
380380
{
@@ -422,7 +422,7 @@ Associates a ListViewCommandSet to the list
422422
"templateType": 100,
423423
"subactions": [
424424
{
425-
"verb": "SetDescription",
425+
"verb": "setDescription",
426426
"description": "Custom list to illustrate SharePoint site scripting"
427427
},
428428
{

0 commit comments

Comments
 (0)