File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ms.reviewer:
14
14
15
15
## SYNOPSIS
16
16
17
- Adds a Site Collection scoped App Catalog to a site
17
+ Adds a Site Collection scoped App Catalog to a site.
18
18
19
19
## SYNTAX
20
20
@@ -24,7 +24,7 @@ Add-SPOSiteCollectionAppCatalog -Site <SpoSitePipeBind> [-WhatIf] [-Confirm] [<C
24
24
25
25
## DESCRIPTION
26
26
27
- .
27
+ Use this cmdlet to add a site collection scoped app catalog to the specified site .
28
28
29
29
## EXAMPLES
30
30
@@ -34,7 +34,7 @@ Add-SPOSiteCollectionAppCatalog -Site <SpoSitePipeBind> [-WhatIf] [-Confirm] [<C
34
34
Add-SPOSiteCollectionAppCatalog -Site "https://contoso.sharepoint.com/sites/FinanceTeamsite"
35
35
```
36
36
37
- This will add a SiteCollection app catalog to the specified site
37
+ This example adds a SiteCollection app catalog to the specified site.
38
38
39
39
## PARAMETERS
40
40
You can’t perform that action at this time.
0 commit comments