Skip to content

Commit bc88461

Browse files
authored
Update site-design-overview.md
Site Scripts actions/verbs are case sensitive. Hence correct is to write setDescription instead of SetDescription
1 parent 388db92 commit bc88461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/site-design-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following example is a script that has two top-level actions. First, it appl
8181
"templateType": 100,
8282
"subactions": [
8383
{
84-
"verb": "SetDescription",
84+
"verb": "setDescription",
8585
"description": "List of Customers and Orders"
8686
},
8787
{

0 commit comments

Comments
 (0)