Skip to content

Commit 27d1315

Browse files
authored
Merge pull request #564 from Keboo/patch-1
Fixing minor typo
2 parents 5498de4 + c88def9 commit 27d1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/styles/style-selector-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ You can refine a selector so that it includes the value of a property. The prope
221221
For example, in the XAML above, the first button will be selected, but not the second button.
222222

223223
:::info
224-
Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. Fro example:
224+
Note: when you use an attached property as a property match, the property name must be wrapped in parentheses. For example:
225225

226226
```xml
227227
<Style Selector="TextBlock[(Grid.Row)=0]">

0 commit comments

Comments
 (0)