Skip to content

Commit ea567dc

Browse files
committed
Fixing small typo in PowerShell script
1 parent 0b78202 commit ea567dc

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
@@ -111,7 +111,7 @@ In order to test your flow you have will have to make a post request. The easies
111111

112112
```powershell
113113
$uri = "[the URI you copied in step 8 when creating the flow]"
114-
$body = "{siteurl:'somesiteurl'}
114+
$body = "{webUrl:'somesiteurl'}
115115
Invoke-RestMethod -Uri $uri -Method Post -ContentType "application/json" -Body $body
116116
```
117117

0 commit comments

Comments
 (0)