Skip to content

Commit 47dcd59

Browse files
committed
fixed namespace in WapPanel docs
1 parent 08fb8f6 commit 47dcd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/controls/WrapPanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following sample demonstrates how to add WrapPanel Control.
4747
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
4848
xmlns:local="using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages"
4949
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
50-
xmlns:wrapPanel="using:Microsoft.Toolkit.Uwp.UI.Controls.WrapPanel"
50+
xmlns:wrapPanel="using:Microsoft.Toolkit.Uwp.UI.Controls"
5151
mc:Ignorable="d">
5252

5353
<Grid Background="{StaticResource Brush-Grey-05}">

0 commit comments

Comments
 (0)