Skip to content

Commit 0495ec2

Browse files
ptorr-msftJohanFreelancer9
authored andcommitted
Update docset/winserver2022-ps/appx/Invoke-CommandInDesktopPackage.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 0c9fd31 commit 0495ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/appx/Invoke-CommandInDesktopPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ No guarantees are made about the behavior of the created process, other than it
3333

3434
### Example 1: Invoke Notepad to read virtualized files
3535

36-
The following command invokes Notepad in the context of the `ContosoApp` app from the `Constoso.MyApp` package. This allows you to access resources such as a log file or configuration file stored in the app's virtualized filesystem.
36+
The following command invokes Notepad in the context of the `ContosoApp` app from the `Contoso.MyApp` package. This allows you to access resources such as a log file or configuration file stored in the app's virtualized filesystem.
3737

3838
```
3939
PS C:\> Invoke-CommandInDesktopPackage -AppId "ContosoApp" -PackageFamilyName "Contoso.MyApp_abcdefgh23456" -Command "notepad.exe"

0 commit comments

Comments
 (0)