mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
chore(docs): Fixed typo
follow by -> followed by
This commit is contained in:
@@ -42,7 +42,7 @@ Action strings have the following format:
|
||||
|
||||
- The name of an action on is own will call the action method with no parameters. For example, an action string of `"bell"` will call `action_bell()`.
|
||||
- Actions may be followed by braces containing Python objects. For example, the action string `set_background("red")` will call `action_set_background("red")`.
|
||||
- Actions may be prefixed with a _namespace_ (see below) follow by a dot.
|
||||
- Actions may be prefixed with a _namespace_ (see below) followed by a dot.
|
||||
|
||||
<div class="excalidraw">
|
||||
--8<-- "docs/images/actions/format.excalidraw.svg"
|
||||
|
||||
Reference in New Issue
Block a user