From 95a1b831600ffc1cc1a59d0b523e1d8f131a8929 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 10:09:37 +0100 Subject: [PATCH] Make the bell belong to the terminal --- docs/guide/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/actions.md b/docs/guide/actions.md index 3784f9140..7a33a424e 100644 --- a/docs/guide/actions.md +++ b/docs/guide/actions.md @@ -71,7 +71,7 @@ The following example mounts simple static text with embedded action links. ```{.textual path="docs/examples/guide/actions/actions03.py"} ``` -When you click any of the links, Textual runs the `"set_background"` action to change the background to the given color and plays the terminals bell. +When you click any of the links, Textual runs the `"set_background"` action to change the background to the given color and plays the terminal's bell. ## Bindings