diff --git a/hub/apps/design/shell/pin-to-taskbar.md b/hub/apps/design/shell/pin-to-taskbar.md index b2388d31e4..81a27f78e3 100644 --- a/hub/apps/design/shell/pin-to-taskbar.md +++ b/hub/apps/design/shell/pin-to-taskbar.md @@ -55,7 +55,7 @@ else ### Win32 -If you want to use `TaskbarManager` from your WIn32 desktop app, then you'll need to check whether desktop app support is present. You can look for the `ITaskbarManagerDesktopAppSupportStatics` marker interface on the `TaskbarManager` activation factory to perform this check. If this interface is not available, then you won't be able to use `TaskbarManager` from your desktop app. +If you want to use `TaskbarManager` from your Win32 desktop app, then you'll need to check whether desktop app support is present. You can look for the `ITaskbarManagerDesktopAppSupportStatics` marker interface on the `TaskbarManager` activation factory to perform this check. If this interface is not available, then you won't be able to use `TaskbarManager` from your desktop app. ```cpp if (winrt::try_get_activation_factory())