Skip to content

Commit f1a5b98

Browse files
Pieter-VeenstraVesaJuvonen
authored andcommitted
Corrected unreadable sentence (#3149)
1 parent 0ee61a1 commit f1a5b98

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
@@ -240,7 +240,7 @@ RestRequest("/_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScri
240240

241241
In the previous example, the **Add-SPOSiteScript** cmdlet or **CreateSiteScript** REST API returns a site script id. This is used for the **SiteScripts** parameter in the subsequent call to the **Add-SPO-SiteDesign** cmdlet or **CreateSiteDesign** REST API.
242242

243-
The **WebTemplate** parameter set to the value 64 indicates registering this site design with the Team site template (if you have disabled modern Group creation publish your site designs using WebTemplate 1 so they display for that "Group-less" Team site template). The value 68 would indicate registering with the Communication site template. The **Title** and **Description** parameters are displayed when a user views site designs as they create a new Team site.
243+
The **WebTemplate** parameter set to the value 64 indicates registering this site design with the Team site template. If you have disabled modern Group creation, then publish your site designs using WebTemplate 1 so that they display for the "Group-less" Team site template. The value 68 would indicate registering with the Communication site template. The **Title** and **Description** parameters are displayed when a user views site designs as they create a new Team site.
244244

245245
> [!NOTE]
246246
> A site design can run multiple scripts. The script IDs are passed in an array, and they run in the order listed.

0 commit comments

Comments
 (0)