Skip to content

Commit db80bb7

Browse files
huzaifa-dsdwheeler
andauthored
Apply suggestions from code review
Co-authored-by: Sean Wheeler <[email protected]>
1 parent 1432545 commit db80bb7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docset/winserver2022-ps/appx/Get-AppSharedPackageContainer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ PackageFamilyNames : {Contoso.SpellCheckPlugin.1.0.0.0_7pneu3d8sswe, Notepad++.2
3434
Name : ContosoTestContainer
3535
Id : ContosoTestContainer_2
3636
PackageFamilyNames : {Contoso.SpellCheckPlugin2.1.0.0.0_7pneu3d8sswe, Notepad++.2.0.0.1_ohjis898f1}
37-
3837
```
3938

40-
This command shows the packages in any shared package container which has a prefix of Contoso
39+
This command shows the packages in any shared package container that has a prefix of Contoso.
4140

4241
## PARAMETERS
4342

4443
### -AllUsers
45-
Get matching packages that are either deployed to any user or are provisioned to the machine
44+
Get matching packages that are either deployed to any user or are provisioned to the machine.
4645

4746
```yaml
4847
Type: SwitchParameter

docset/winserver2022-ps/appx/Remove-AppSharedPackageContainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The cmdlet removes the shared package container definition for the particular us
2626
PS C:\> Remove-AppSharedPackageContainer -Name ContosoTestContainer
2727
```
2828

29-
This command removes the shared package container definiton with the name ContosoTestContainer
29+
This command removes the shared package container definition with the name ContosoTestContainer.
3030

3131
## PARAMETERS
3232

@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -ForceApplicationShutdown
49-
Closes all packages in the Shared Package Container
49+
Closes all packages in the Shared Package Container.
5050
5151
```yaml
5252
Type: SwitchParameter

0 commit comments

Comments
 (0)