diff --git a/src/Controls/src/Core/VisualElement.cs b/src/Controls/src/Core/VisualElement.cs
index 7c867036e916..f6e569cbfe74 100644
--- a/src/Controls/src/Core/VisualElement.cs
+++ b/src/Controls/src/Core/VisualElement.cs
@@ -959,7 +959,7 @@ public ResourceDictionary Resources
///
/// if the keyboard focus was set to this element; if the call to this method did not force a focus change.
///
- /// Element must be able to receive focus for this to work. Calling on offscreen or unrealized elements has undefined behavior.
+ /// Element must be able to receive focus for this to work. Calling on offscreen or unrealized elements has undefined behavior.
public bool Focus()
{
if (IsFocused)