From 906519524a9dc61118f4f65fb727a3031ecf3ebf Mon Sep 17 00:00:00 2001 From: Violet Hansen Date: Mon, 6 Jan 2025 23:54:56 +0200 Subject: [PATCH] Fixed a typo (#588) Co-authored-by: Arlo --- components/Animations/samples/ConnectedAnimations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Animations/samples/ConnectedAnimations.md b/components/Animations/samples/ConnectedAnimations.md index 7f8b6d20..0d379ba5 100644 --- a/components/Animations/samples/ConnectedAnimations.md +++ b/components/Animations/samples/ConnectedAnimations.md @@ -110,7 +110,7 @@ We can create the above connected animations. ### In first page -We need a set a key for the element to be connected with another element in a different page. +We need to set a key for the element to be connected with another element in a different page. ```xaml