Skip to content

Commit 593df8d

Browse files
committed
Fixing #1908
1 parent 2f61678 commit 593df8d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOHubSiteAssociation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Associates a site with a hub site.
1313
## SYNTAX
1414

1515
```
16-
Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind>
17-
-HubSite <SpoHubSitePipeBind> `
18-
[<CommonParameters>]
16+
Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind> -HubSite <SpoHubSitePipeBind> [<CommonParameters>]
1917
```
2018

2119
## DESCRIPTION
@@ -26,8 +24,7 @@ Use this cmdlet to associate a site with a hub site.
2624
### Example 1
2725

2826
```
29-
Add-SPOHubSiteAssociation https://contoso.sharepoint.com/sites/Research
30-
-HubSite https://contoso.sharepoint.com/sites/Marketing
27+
Add-SPOHubSiteAssociation https://contoso.sharepoint.com/sites/Research -HubSite https://contoso.sharepoint.com/sites/Marketing
3128
```
3229

3330
This example associates the research site with the marketing hub site.

0 commit comments

Comments
 (0)