Skip to content

Commit 336ed34

Browse files
committed
Fix spelling issues
1 parent 8be348b commit 336ed34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/get-started/csharp/tutorial-wpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Next, you'll add two [RadioButton](/dotnet/framework/wpf/controls/radiobutton) c
143143

144144
Your window should look like this:
145145

146-
![Greetings form with textblock and two radiobuttons](../media/exploreide-greetingswithradiobuttons.png)
146+
![Greetings form with TextBlock and two radio buttons](../media/exploreide-greetingswithradiobuttons.png)
147147

148148
3. In the **Properties** window for the left RadioButton control, change the **Name** property (the property at the top of the **Properties** window) to `HelloButton`.
149149

docs/get-started/visual-basic/tutorial-wpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Next, you'll add two [RadioButton](/dotnet/framework/wpf/controls/radiobutton) c
143143

144144
Your window should look like this:
145145

146-
![Greetings form with textblock and two radiobuttons](../media/exploreide-greetingswithradiobuttons.png)
146+
![Greetings form with TextBlock control and two radio buttons](../media/exploreide-greetingswithradiobuttons.png)
147147

148148
3. In the **Properties** window for the left RadioButton control, change the **Name** property (the property at the top of the **Properties** window) to `HelloButton`.
149149

0 commit comments

Comments
 (0)