We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa567a commit 3dcfcadCopy full SHA for 3dcfcad
1 file changed
hub/apps/get-started/start-here.md
@@ -15,7 +15,7 @@ This quick start guide walks you through setting up your WinUI and Windows App S
15
- [Visual Studio 2026](/visualstudio/ide/) with the required workloads for WinUI and Windows App SDK
16
- [Developer Mode](/windows/advanced-settings/developer-mode) enabled on your device
17
18
-## Seting up your development environment
+## Set up your development environment
19
20
#### [WinGet Configuration](#tab/wingetconfig)
21
@@ -25,7 +25,7 @@ Open [Windows Terminal](/windows/terminal/) and run the following command in Pow
25
- Enable Developer Mode
26
27
```powershell
28
-winget configure -f http://aka.ms/winui-config
+winget configure -f https://aka.ms/winui-config
29
```
30
31
#### [Manual installation](#tab/manual)
0 commit comments