Skip to content

Commit ef51fdc

Browse files
authored
Update focusmanager_getfocusedelement_1183614552.md
add missing word
1 parent 1773497 commit ef51fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.ui.xaml.input/focusmanager_getfocusedelement_1183614552.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The object that has focus. Typically, this is a [Control](../windows.ui.xaml.con
2626
> For WinUI 3 apps, this method always returns `null` as it relies on CoreWindow APIs not supported by WinUI 3.
2727
>
2828
> Instead, use the [FocusManager.GetFocusedElement(XamlRoot)](./windows.ui.xaml.input.focusmanager.getfocusedelement#windows-ui-xaml-input-focusmanager-getfocusedelement(windows-ui-xaml-xamlroot))
29-
> overload, where `XamlRoot` can be retrieved any loaded UIElement through the [XamlRoot](/uwp/api/windows.ui.xaml.uielement.xamlroot) property.
29+
> overload, where `XamlRoot` can be retrieved via any loaded UIElement through the [XamlRoot](/uwp/api/windows.ui.xaml.uielement.xamlroot) property.
3030
3131
## -examples
3232

0 commit comments

Comments
 (0)