Skip to content

Commit e12bbd6

Browse files
Update docs/guide/widgets.md
Co-authored-by: Will McGugan <[email protected]>
1 parent f03f038 commit e12bbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ See the [style reference](../styles/index.md) for details.
195195
Widgets can have a list of associated key [bindings](../guide/input.md#bindings),
196196
which let them call [actions](../guide/actions.md) in response to key presses.
197197

198-
A widget is only able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
198+
A widget is able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
199199

200200
To demonstrate, let's design a simple interactive counter widget which can be incremented and decremented using the keyboard.
201201

0 commit comments

Comments
 (0)