Skip to content

Commit 82f63d4

Browse files
Apply suggestions from code review
1 parent 3e0e1b0 commit 82f63d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/xaml-tools/xaml-hot-reload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "XAML Hot Reload for WPF and UWP apps"
3-
description: Modify XAML code in running .NETMAUI, WinUI 3, Windows Presentation Foundation (WPF), or Universal Windows Platform (UWP) apps with edit and continue features in XAML Hot Reload.
3+
description: Modify XAML code in running .NET MAUI, WinUI 3, Windows Presentation Foundation (WPF), or Universal Windows Platform (UWP) apps with edit and continue features in XAML Hot Reload.
44
ms.date: 02/25/2022
55
ms.topic: conceptual
66
helpviewer_keywords:
@@ -12,7 +12,7 @@ manager: mijacobs
1212
ms.subservice: xaml-tools
1313
monikerRange: ">=vs-2019"
1414
---
15-
# What is XAML Hot Reload ?
15+
# What is XAML Hot Reload?
1616

1717
With XAML Hot Reload, you can incrementally build and test XAML code for your .NET MAUI, WPF, UWP, and WinUI 3 apps. You can do so with the benefit of the running app's data context, authentication state, and other real-world complexity that's hard to simulate during design-time.
1818

@@ -23,7 +23,7 @@ With XAML Hot Reload, you can incrementally build and test XAML code for your .N
2323
2424
## Where to get XAML Hot Reload
2525

26-
Visual Studio XAML Hot Reload is currently supported only when you're running an application in **Visual Studio** -or- **Blend for Visual Studio** (If supported by the framework) with the debugger attached (**F5** or **Start debugging**).
26+
Visual Studio XAML Hot Reload is currently supported only when you're running an application in **Visual Studio** -or- **Blend for Visual Studio** (if supported by the framework) with the debugger attached (**F5** or **Start debugging**).
2727

2828
You can't enable this experience by using [Attach to process](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md) unless you [manually set an environment variable](xaml-hot-reload-troubleshooting.md#verify-that-you-use-start-debugging-rather-than-attach-to-process).
2929

0 commit comments

Comments
 (0)