Skip to content

Commit 8ed1938

Browse files
Fix typo, UserControl tag was not closed.
1 parent be05b1d commit 8ed1938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/wpf/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following code shows a `UserControl` which defines its own CSS-like style.
1818
</Style>
1919
</UserControl.Styles>
2020
<TextBlock Classes="h1">Header</TextBlock>
21-
<UserControl>
21+
</UserControl>
2222
```
2323

2424
<XpfAd/>

0 commit comments

Comments
 (0)