diff --git a/docs/windows/Primitives/DockPanel.md b/docs/windows/Primitives/DockPanel.md
index a63ba3b8..ccdb8eb9 100644
--- a/docs/windows/Primitives/DockPanel.md
+++ b/docs/windows/Primitives/DockPanel.md
@@ -25,13 +25,15 @@ You can set DockPanel LastChildFill property to true if you want the last item a
```xaml
-
-
-
-
-
-
-
+ xmlns:controls="using:CommunityToolkit.WinUI.Controls">
+
+
+
+
+
+
+
+
+
```