Skip to content

Commit c087ef9

Browse files
Merge pull request #13247 from anandmeg/uuf-201279
Fix typo
2 parents ef5bff2 + 46d581f commit c087ef9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "Hello World app with WPF in C#"
33
description: Create a simple Windows Desktop .NET application in C# with Visual Studio by using the Windows Presentation Foundation (WPF) UI framework.
44
ms.custom: vs-acquisition
5-
ms.date: 11/17/2023
6-
5+
ms.date: 10/18/2024
76
ms.subservice: general-ide
87
ms.topic: tutorial
98
dev_langs:
@@ -160,7 +159,7 @@ We add three types of controls to this application: a <xref:System.Windows.Contr
160159

161160
### Customize the text in the text block
162161

163-
1. In the XAML view, locate the markup for **TextBlock** and change the **Text** attribute from `TextBox` to `Select a message option and then choose the Display button.`
162+
1. In the XAML view, locate the markup for **TextBlock** and change the **Text** attribute from `TextBlock` to `Select a message option and then choose the Display button.`
164163

165164
The XAML markup should look something like the following example:
166165

0 commit comments

Comments
 (0)