From c7e8fe3502c92a481ec550b0a1a7ff3b78724bda Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 7 Oct 2022 12:37:43 +0100 Subject: [PATCH] Fix typo --- docs/guide/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/input.md b/docs/guide/input.md index 2676e626f..a01e6fb26 100644 --- a/docs/guide/input.md +++ b/docs/guide/input.md @@ -125,7 +125,7 @@ Note how the footer displays bindings and makes them clickable. !!! tip 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