Skip to content

Commit

Permalink
Merge pull request #1097 from sayandipdutta/patch-1
Browse files Browse the repository at this point in the history
chore(docs): Fix typo
  • Loading branch information
willmcgugan authored Nov 2, 2022
2 parents cc376a7 + e2935af commit d528e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d528e00

Please sign in to comment.