We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77b9c5 commit 55ba7f3Copy full SHA for 55ba7f3
docs/declarative-customization/site-design-pnp-provisioning.md
@@ -253,7 +253,7 @@ In order to create a Site Design you first need to create a Site Script. Think o
253
1. Select the ID of the Site Script you just created and copy it to the clipboard
254
1. Create the Site Design:
255
```powershell
256
- Add-PnPSiteDesign -Title "Site with footer" --SiteScriptIds [Paste the ID of the Site Script here] -WebTemplate TeamSite
+ Add-PnPSiteDesign -Title "Site with footer" -SiteScriptIds [Paste the ID of the Site Script here] -WebTemplate TeamSite
257
```
258
259
# Concluding
0 commit comments