Skip to content

Commit 55ba7f3

Browse files
authored
Update site-design-pnp-provisioning.md
1 parent c77b9c5 commit 55ba7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/site-design-pnp-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ In order to create a Site Design you first need to create a Site Script. Think o
253253
1. Select the ID of the Site Script you just created and copy it to the clipboard
254254
1. Create the Site Design:
255255
```powershell
256-
Add-PnPSiteDesign -Title "Site with footer" --SiteScriptIds [Paste the ID of the Site Script here] -WebTemplate TeamSite
256+
Add-PnPSiteDesign -Title "Site with footer" -SiteScriptIds [Paste the ID of the Site Script here] -WebTemplate TeamSite
257257
```
258258
259259
# Concluding

0 commit comments

Comments
 (0)