Skip to content

Commit ab5e0eb

Browse files
Fix typo: exmple (#3839)
1 parent 45de206 commit ab5e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Demo/Shared/Pages/Card/CardPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<DemoSection Title="Area restricted examples" Component="@typeof(CardAreaRestricted)">
1717
<Description>
1818
<p>
19-
By default a card restricts its content to the card area. This means, for exmple, that if you have a select list with a lot of items, the list will be cut off at the bottom of the card.
19+
By default a card restricts its content to the card area. This means, for example, that if you have a select list with a lot of items, the list will be cut off at the bottom of the card.
2020
You can override this behavior by setting the <code>AreaRestricted</code> property to <code>false</code>.
2121
</p>
2222
</Description>

0 commit comments

Comments
 (0)