Skip to content

Commit 2f387d0

Browse files
authored
Merge pull request #2822 from AspenForester/patch-1
Fix missing dash in syntax block for Get-PnPHomeSite
2 parents 97d0d17 + 8ba6091 commit 2f387d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Get-PnPHomeSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Returns the home site url for your tenant
2020
## SYNTAX
2121

2222
```powershell
23-
Get-PnPHomeSite [IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled <SwitchParameter>] [-Connection <PnPConnection>] [<CommonParameters>]
23+
Get-PnPHomeSite [-IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled <SwitchParameter>] [-Connection <PnPConnection>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION

0 commit comments

Comments
 (0)