Skip to content

Commit 125ba71

Browse files
committed
replace url by siteUrl
1 parent 3599fc4 commit 125ba71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/site-collection-app-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Add-PnPSiteCollectionAppCatalog -site https://contoso.sharepoint.com/sites/marke
8787
Alternatively, use the `spo site appcatalog add` command if you are using the CLI for Microsoft 365:
8888

8989
```console
90-
m365 spo site appcatalog add --url https://contoso.sharepoint.com/sites/marketing
90+
m365 spo site appcatalog add --siteUrl https://contoso.sharepoint.com/sites/marketing
9191
```
9292

9393
After executing this script, the **Apps for SharePoint** library will be added to your site collection where you will be able to deploy SharePoint add-ins and SharePoint Framework solutions.

0 commit comments

Comments
 (0)