Make the bell belong to the terminal

This commit is contained in:
Dave Pearson
2022-10-15 10:09:37 +01:00
parent d7dc8d2203
commit 95a1b83160

View File

@@ -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