Skip to content

Commit e936f55

Browse files
authored
Merge pull request MicrosoftDocs#1697 from plantoschka/patch-1
Update Uninstall-SPAppInstance.md
2 parents 355c7f2 + 56f42f3 commit e936f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Uninstall-SPAppInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ schema: 2.0.0
1111
Uninstalls an instance of an app.
1212

1313

14-
## SYNTAX
14+
## SYNTAX
1515

1616
```
1717
Uninstall-SPAppInstance -Identity <SPAppInstance> [-AssignmentCollection <SPAssignmentCollection>] [-Confirm]
@@ -28,7 +28,7 @@ For permissions and the most current information about Windows PowerShell for Sh
2828

2929
### -------------EXAMPLE--------------
3030
```
31-
PS C:\>$instance = Get-SPAppInstance -AppInstanceId $instance.Id
31+
PS C:\>$spapp = Get-SPAppInstance -AppInstanceId $instance.Id
3232
PS C:\>Uninstall-SPAppInstance -Identity $spapp
3333
```
3434

0 commit comments

Comments
 (0)