From fe9a498f0383defbb738ddaeb75df6f5d21cb7f8 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 27 Dec 2022 16:23:12 +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 489955249..c92421266 100644 --- a/docs/guide/input.md +++ b/docs/guide/input.md @@ -27,7 +27,7 @@ When you press a key, the app will receive the event and write it to a [TextLog] !!! tip - For a more feature feature rich version of this example, run `textual keys` from the command line. + For a more feature rich version of this example, run `textual keys` from the command line. ### Key Event