Skip to content

Commit a9c6252

Browse files
typo (#4504)
1 parent 920e4e0 commit a9c6252

25 files changed

+25
-25
lines changed

hub/apps/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ productDirectory:
5050
- url: ./get-started/start-here.md
5151
text: Get started with WinUI
5252
- url: ./windows-app-sdk/support.md
53-
text: Windows App SDK and suppported Windows releases
53+
text: Windows App SDK and supported Windows releases
5454
- url: ./windows-app-sdk/set-up-your-development-environment.md
5555
text: Install tools for the Windows App SDK
5656
- url: ./get-started/samples.md

hub/apps/windows-app-sdk/check-windows-app-sdk-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Status : Ok
148148

149149
## Related topics
150150

151-
- [Windows App SDK and suppported Windows releases](support.md)
151+
- [Windows App SDK and supported Windows releases](support.md)
152152
- [Runtime architecture](deployment-architecture.md)
153153
- [Windows App SDK deployment guide for framework-dependent apps packaged with external location or unpackaged](deploy-unpackaged-apps.md)
154154
- [Windows App SDK deployment guide for framework-dependent packaged apps](deploy-packaged-apps.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/api-mapping-table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ This section documents various libraries that were supported in UWP, and need to
107107

108108
## See Also
109109

110-
- [Windows App SDK and suppported Windows releases](../support.md)
110+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/case-study-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ Now build the project, and run the app to test it. Select an image, set a zoom l
311311

312312
## See Also
313313

314-
- [Windows App SDK and suppported Windows releases](../support.md)
314+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/case-study-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ From here, the remaining steps to migrate the code that you copied are the same
439439

440440
## Related topics
441441

442-
* [Windows App SDK and suppported Windows releases](../support.md)
442+
* [Windows App SDK and supported Windows releases](../support.md)
443443
* [UWP Photo Editor sample app](/samples/microsoft/windows-appsample-photo-editor/photo-editor-cwinrt-sample-application/)
444444
* [Overall migration strategy](overall-migration-strategy.md)
445445
* [Mapping UWP APIs to the Windows App SDK](api-mapping-table.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/feature-mapping-table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ This topic compares major feature areas in the different forms in which they app
3131

3232
## See Also
3333

34-
- [Windows App SDK and suppported Windows releases](../support.md)
34+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/applifecycle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ See the [File type association](#file-type-association) section above for more d
214214

215215
## Related topics
216216

217-
* [Windows App SDK and suppported Windows releases](../../support.md)
217+
* [Windows App SDK and supported Windows releases](../../support.md)
218218
* [App instancing with the app lifecycle API](../../applifecycle/applifecycle-instancing.md)
219219
* [Do I need to implement page navigation?](winui3.md#do-i-need-to-implement-page-navigation)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/dwritecore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Also see the [DWriteCoreGallery](https://github.com/microsoft/WindowsAppSDK-Samp
3232

3333
## Related topics
3434

35-
* [Windows App SDK and suppported Windows releases](../../support.md)
35+
* [Windows App SDK and supported Windows releases](../../support.md)
3636
* [DWriteCore overview](/windows/win32/directwrite/dwritecore-overview)
3737
* [DWriteCoreGallery](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/TextRendering) sample app
3838
* [DirectWrite](/windows/win32/directwrite/direct-write-portal)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/feature-area-guides-ovw.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ A collection of migration guidance topics, each focusing on a specific feature a
2828

2929
## See Also
3030

31-
* [Windows App SDK and suppported Windows releases](../../support.md)
31+
* [Windows App SDK and supported Windows releases](../../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/mrtcore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Also see the [Load resources using MRT Core](https://github.com/microsoft/Window
112112

113113
## Related Topics
114114

115-
* [Windows App SDK and suppported Windows releases](../../support.md)
115+
* [Windows App SDK and supported Windows releases](../../support.md)
116116
* [Manage resources with MRT Core](../../mrtcore/mrtcore-overview.md)
117117
* [MRT Core images](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/apps/windows-app-sdk/mrtcore/images)
118118
* [Resource Management System](/windows/uwp/app-resources/resource-management-system)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Content-Length: 46
9292

9393
## See Also
9494

95-
* [Windows App SDK and suppported Windows releases](../../support.md)
95+
* [Windows App SDK and supported Windows releases](../../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/threading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ winrt::fire_and_forget MainPage::ClickHandler(IInspectable const&, RoutedEventAr
210210

211211
## See Also
212212

213-
* [Windows App SDK and suppported Windows releases](../../support.md)
213+
* [Windows App SDK and supported Windows releases](../../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/toast-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,6 @@ new ToastContentBuilder()
420420

421421
## Related topics
422422

423-
* [Windows App SDK and suppported Windows releases](../../support.md)
423+
* [Windows App SDK and supported Windows releases](../../support.md)
424424
* [Send a local toast notification from C# apps](../../../design/shell/tiles-and-notifications/send-local-toast.md)
425425
* [Send a local toast notification from Win32 C++ WRL apps](../../../design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/windowing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ For more info, and code examples, see [Change Windows.UI.Core.CoreDispatcher to
216216

217217
## Related topics
218218

219-
* [Windows App SDK and suppported Windows releases](../../support.md)
219+
* [Windows App SDK and supported Windows releases](../../support.md)
220220
* [Migrate your threading functionality](threading.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/guides/winui3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ So if you're accessing the **AcrylicBrush.BackgroundSource** property in the sou
257257

258258
## Related topics
259259

260-
* [Windows App SDK and suppported Windows releases](../../support.md)
260+
* [Windows App SDK and supported Windows releases](../../support.md)
261261
* [Display WinRT UI objects that depend on CoreWindow](../../../develop/ui-input/display-ui-objects.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/migrate-to-windows-app-sdk-ovw.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ When transitioning to the Windows App SDK, UWP applications might lose the inher
5353

5454
## See Also
5555

56-
- [Windows App SDK and suppported Windows releases](../support.md)
56+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/misc-info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ In a C++/WinRT project, you can manually revoke (unregister) an event handler su
6969

7070
## See Also
7171

72-
- [Windows App SDK and suppported Windows releases](../support.md)
72+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/overall-migration-strategy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For example, in the case study [A Windows App SDK migration of the UWP PhotoLab
111111

112112
## Related topics
113113

114-
* [Windows App SDK and suppported Windows releases](../support.md)
114+
* [Windows App SDK and supported Windows releases](../support.md)
115115
* [Windows Runtime (WinRT)](/uwp/api/) APIs
116116
* [WinUI](../../winui/index.md)
117117
* [Stable release channel for the Windows App SDK](../stable-channel.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/upgrade-assistant.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ But for more troubleshooting tips and known issues, see the [Upgrade Assistant](
200200

201201
## See Also
202202

203-
- [Windows App SDK and suppported Windows releases](../support.md)
203+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/what-is-supported.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ The **Design** tab of the XAML Designer in Visual Studio (and Blend for Visual S
5050

5151
## See Also
5252

53-
- [Windows App SDK and suppported Windows releases](../support.md)
53+
- [Windows App SDK and supported Windows releases](../support.md)

hub/apps/windows-app-sdk/set-up-your-development-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Also see [Use the Windows App SDK in an existing project](use-windows-app-sdk-in
186186
* [Windows App SDK release channels](./release-channels.md)
187187
* [Install tools for preview and experimental channels of the Windows App SDK](./preview-experimental-install.md)
188188
* [System requirements for Windows app development](system-requirements.md)
189-
* [Windows App SDK and suppported Windows releases](support.md)
189+
* [Windows App SDK and supported Windows releases](support.md)
190190
* [Downloads for the Windows App SDK](downloads.md)
191191
* [Create your first WinUI 3 project](../winui/winui3/create-your-first-winui3-app.md)
192192
* [Use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md)

hub/apps/windows-app-sdk/system-requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ You can build, run, and deploy apps built with stable versions of the Windows Ap
5858

5959
## See Also
6060

61-
- [Windows App SDK and suppported Windows releases](support.md)
61+
- [Windows App SDK and supported Windows releases](support.md)

hub/apps/windows-app-sdk/use-windows-app-sdk-in-existing-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ If you encounter a *Class not registered* error when you try to use a Windows Ap
6565
- [Release channels and release notes](release-channels.md)
6666
- [Install tools for the Windows App SDK](set-up-your-development-environment.md)
6767
- [Deploy apps that use the Windows App SDK](../package-and-deploy/index.md#use-the-windows-app-sdk)
68-
- [Windows App SDK and suppported Windows releases](support.md)
68+
- [Windows App SDK and supported Windows releases](support.md)

hub/apps/windows-app-sdk/use-windows-app-sdk-run-time.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Replace the **Id** attribute of the **maxversiontested** element with the versio
114114

115115
## See Also
116116

117-
- [Windows App SDK and suppported Windows releases](support.md)
117+
- [Windows App SDK and supported Windows releases](support.md)
118118
- [Windows App SDK deployment guide for framework-dependent apps packaged with external location or unpackaged](deploy-unpackaged-apps.md)
119119
- [Dynamic dependencies specification](https://github.com/microsoft/WindowsAppSDK/blob/main/specs/dynamicdependencies/DynamicDependencies.md)
120120
- [MSIX framework packages and dynamic dependencies](../desktop/modernize/framework-packages/framework-packages-overview.md)

hub/apps/winui/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table highlights some of most significant differences between WinU
5050

5151
- [Windows App SDK](../windows-app-sdk/index.md)
5252
- [Stable channel release notes for the Windows App SDK](../windows-app-sdk/stable-channel.md)
53-
- [Windows App SDK and suppported Windows releases](../windows-app-sdk/support.md)
53+
- [Windows App SDK and supported Windows releases](../windows-app-sdk/support.md)
5454
- [Windows App SDK API docs](/windows/windows-app-sdk/api/winrt/)
5555
- [WinUI 2 API docs](/windows/winui/api/)
5656
- [Windows App SDK Samples](https://github.com/microsoft/WindowsAppSDK-Samples)

0 commit comments

Comments
 (0)