diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index 54efe605a2..d93262ec87 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -195,7 +195,7 @@ See the [style reference](../styles/index.md) for details. Widgets can have a list of associated key [bindings](../guide/input.md#bindings), which let them call [actions](../guide/actions.md) in response to key presses. -A widget is only able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus). +A widget is able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus). To demonstrate, let's design a simple interactive counter widget which can be incremented and decremented using the keyboard.