From 77d1b9cb49768c96ee0acdfda80ab22eed2c2ed9 Mon Sep 17 00:00:00 2001 From: Violet Hansen Date: Tue, 17 Dec 2024 11:59:13 +0200 Subject: [PATCH] Fixed typo --- components/Media/samples/AttachedCardShadow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Media/samples/AttachedCardShadow.md b/components/Media/samples/AttachedCardShadow.md index 58420d95..bc36f5ae 100644 --- a/components/Media/samples/AttachedCardShadow.md +++ b/components/Media/samples/AttachedCardShadow.md @@ -12,7 +12,7 @@ issue-id: 0 icon: Assets/Shadow.png --- -The `AttachedCardShadow` is the easiest to use and most performant shadow. It is recommended to use it where possible, if taking a Win2D dependency is not a concern. It's only drawbacks are the extra dependency required and that it only supports rectangular and rounded-rectangular geometries (as described in the table above). +The `AttachedCardShadow` is the easiest to use and most performant shadow. It is recommended to use it where possible, if taking a Win2D dependency is not a concern. Its only drawbacks are the extra dependency required and that it only supports rectangular and rounded-rectangular geometries (as described in the table above). The great benefit to the `AttachedCardShadow` is that no extra surface or element is required to add the shadow. This reduces the complexity required in development and allows shadows to easily be added at any point in the development process. It also supports transparent elements, without displaying the shadow behind them!