Skip to content

Commit c92c78a

Browse files
authored
Merge pull request #615 from JokkeeZ/patch-1
fix: remove extra '<' from StackPanel tag
2 parents cd228fe + 4dfa903 commit c92c78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/controls/border.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If both offset values are set to zero, the shadow is placed behind the element,
8787
This is an example of a drop-shadow:
8888

8989
```xml
90-
<<StackPanel>
90+
<StackPanel>
9191
<Border Background="Gainsboro"
9292
BorderBrush="Black"
9393
BorderThickness="2"

0 commit comments

Comments
 (0)