From 698280b6cbb69599e78048b222a4456b9f51b6bf Mon Sep 17 00:00:00 2001 From: eFail <1672416+eFail@users.noreply.github.com> Date: Tue, 13 May 2025 10:43:46 -0700 Subject: [PATCH] Update how-to-distribute-your-win32-app-through-microsoft-store.md Fix grammar --- .../how-to-distribute-your-win32-app-through-microsoft-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md b/hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md index 6ab4301f24..422b3259f6 100644 --- a/hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md +++ b/hub/apps/distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md @@ -35,7 +35,7 @@ Let's explore each of these options in more detail in the following sections. ### Option 1 - Package your Win32 app as MSIX -Package your application into a MSIX is very simple, you can either use: +Packaging your application into a MSIX is very simple, you can either use: - Visual Studio by adding the project Windows Application Packaging to your solution. See [Set up your desktop application for MSIX packaging in Visual Studio](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net). - Use installer solutions from one of our partners. See [Package a desktop app using third-party installers](/windows/msix/desktop/desktop-to-uwp-third-party-installer). - Microsoft MSIX Packaging Tool to create the MSIX from an existing installer. See [Create an MSIX package from any desktop installer (MSI, EXE, ClickOnce, or App-V)](/windows/msix/packaging-tool/create-app-package).