Skip to content

Commit 20c0a9f

Browse files
authored
Couple small changes that I didn't comment on...
1 parent 3e7d89a commit 20c0a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/designers/xaml-errors-warnings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.workload:
1212
---
1313
# XAML Errors and Warnings
1414

15-
When authoring XAML, Visual Studio analyzes the code as you type. A squiggle appears on a line of code when an error is detected. Hovering over the squiggle gives you more information about the error or warning. For some errors/warnings, a Quick Action lightbulb is displayed, and using the `ctrl+.` keyboard shortcut displays the options to fix the issue.
15+
When authoring XAML, Visual Studio analyzes the code as you type. A squiggle appears on a line of code when an error is detected. Hovering over the squiggle gives you more information about the error or warning. For some errors and warnings, a Quick Action lightbulb is displayed, and using the **Ctrl**+**.** keyboard shortcut displays the options to fix the issue.
1616

1717
## Error types
1818

19-
Behind the scene, multiple tools analyze the XAML in parallel. XAML errors are categorized into one of the following three types, based on the tool that detected the error:
19+
Behind the scenes, multiple tools analyze the XAML in parallel. XAML errors are categorized into one of the following three types, based on the tool that detected the error:
2020

2121
|**Error detected by**|**Error code format**|
2222
|--------------------------------|-----------------|

0 commit comments

Comments
 (0)