From c88def9da068b9386a9c619dd35e49f693dadbb6 Mon Sep 17 00:00:00 2001 From: Kevin B Date: Mon, 28 Oct 2024 10:37:44 -0700 Subject: [PATCH] Fixing minor typo "For example" rather than "Fro example" --- docs/reference/styles/style-selector-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/styles/style-selector-syntax.md b/docs/reference/styles/style-selector-syntax.md index ae161e669..aba677aa2 100644 --- a/docs/reference/styles/style-selector-syntax.md +++ b/docs/reference/styles/style-selector-syntax.md @@ -221,7 +221,7 @@ You can refine a selector so that it includes the value of a property. The prope For example, in the XAML above, the first button will be selected, but not the second button. :::info -Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. Fro example: +Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. For example: ```xml