From e2935af8d6118df3a4a43bbcbd03180841cb5bfc Mon Sep 17 00:00:00 2001 From: Sayandip Dutta Date: Wed, 2 Nov 2022 21:56:38 +0530 Subject: [PATCH] chore(docs): Fixed typo follow by -> followed by --- 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 80644b2061..f48a47a1dc 100644 --- a/docs/guide/actions.md +++ b/docs/guide/actions.md @@ -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.
--8<-- "docs/images/actions/format.excalidraw.svg"