Skip to content

Commit 1eb9397

Browse files
authored
Update Reset-AppxPackage.md
Made changes to the syntax formatting Fixes MicrosoftDocs#3071
1 parent 3aa42ba commit 1eb9397

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docset/winserver2022-ps/appx/Reset-AppxPackage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ Restores the Windows app to its initial configuration.
1717
## SYNTAX
1818

1919
```
20-
Reset-AppxPackage [-Package] <string>
21-
[-WhatIf]
22-
[-Confirm]
23-
[<CommonParameters>]
20+
Reset-AppxPackage
21+
[-Package] <string>
22+
[-WhatIf]
23+
[-Confirm]
24+
[<CommonParameters>]
2425
```
2526

2627
## DESCRIPTION

0 commit comments

Comments
 (0)