Skip to content

Commit 8c3161c

Browse files
authored
fix tabcontrol snippet
1 parent a31d160 commit 8c3161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/controls/tabcontrol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is simple tab example. The tab content is just some text:
3535
<TabItem Header="Tab 3">
3636
<TextBlock Margin="5">This is tab 3 content</TextBlock>
3737
</TabItem>
38-
</TabControl> Some code
38+
</TabControl>
3939
```
4040

4141
The tab control even works in the preview pane!

0 commit comments

Comments
 (0)