diff --git a/examples/Demo/Shared/Pages/Card/CardPage.razor b/examples/Demo/Shared/Pages/Card/CardPage.razor index ff3bff8b22..12ad70c847 100644 --- a/examples/Demo/Shared/Pages/Card/CardPage.razor +++ b/examples/Demo/Shared/Pages/Card/CardPage.razor @@ -16,7 +16,7 @@

- 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. + 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. You can override this behavior by setting the AreaRestricted property to false.