Skip to content

Commit ce75ed5

Browse files
Update docs/blogs/dotnet-identity-and-packaging.md
Co-authored-by: Jaylyn Barbee <51131738+Jaylyn-Barbee@users.noreply.github.com>
1 parent 1f09198 commit ce75ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/blogs/dotnet-identity-and-packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Now what about packaging?
6969

7070
## Creating MSIX packages with `winapp pack`
7171

72-
The winapp CLI provides `pack` and `cert generate` commands to streamline the MSIX creation process. Assuming you've initialized your project with `winapp init`, this is all it takes to create an installable MSIX:
72+
The WinApp CLI provides `pack` and `cert generate` commands to streamline the MSIX creation process. Assuming you've initialized your project with `winapp init`, this is all it takes to create an installable MSIX:
7373

7474
1. Build your application in `Release` configuration:
7575
```

0 commit comments

Comments
 (0)