From cbfa1e7a6910a9269d49d1a3835c4c70ba872055 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Fri, 7 Oct 2022 12:38:23 +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 a01e6fb26..7c0ac9237 100644 --- a/docs/guide/input.md +++ b/docs/guide/input.md @@ -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