Skip to content

Commit 6bc4c8e

Browse files
giuleonVesaJuvonen
authored andcommitted
Fixed a wrong command (SharePoint#1187)
Fixed a wrong command **Get-PnPAvailableApp** with the right one **Get-PnPApp**
1 parent a462308 commit 6bc4c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/alm-api-for-spfx-add-ins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ Uninstall-PnPApp -Identity <app id>
182182
Getting a list of apps that can be added to the site is possible using:
183183

184184
```PowerShell
185-
Get-PnPAvailableApp
185+
Get-PnPApp
186186
```

0 commit comments

Comments
 (0)