Skip to content

Commit b1a95f2

Browse files
Merge pull request #1826 from kikisaints/docs
Timepicker "create a time picker" typo fix
2 parents 978ec28 + 2419ab4 commit b1a95f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

windows-apps-src/design/controls-and-patterns/time-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The entry point displays the chosen time, and when the user selects the entry po
5151
This example shows how to create a simple time picker with a header.
5252

5353
```xaml
54-
<TimePicker x:Name=arrivalTimePicker Header="Arrival time"/>
54+
<TimePicker x:Name="arrivalTimePicker" Header="Arrival time"/>
5555
```
5656

5757
```csharp
Loading

0 commit comments

Comments
 (0)