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