mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo
This commit is contained in:
@@ -124,7 +124,7 @@ Note how the footer displays bindings and makes them clickable.
|
||||
|
||||
!!! tip
|
||||
|
||||
Multiple keys can be bound to a single action comma-separating them.
|
||||
Multiple keys can be bound to a single action by comma-separating them.
|
||||
For example, `("r,t", "add_bar('red')", "Add Red")` means both ++r++ and ++t++ are bound to `add_bar('red')`.
|
||||
|
||||
### Binding class
|
||||
|
||||
Reference in New Issue
Block a user