From 8e09fc712ea16fc1f24589c4b815f4e1fe73dc9f Mon Sep 17 00:00:00 2001 From: Erik Aaron Hansen Date: Mon, 24 Jan 2022 13:43:09 +0100 Subject: [PATCH] Update writing-custom-actions.md Signed-off-by: Erik Aaron Hansen --- docs/features/software-templates/writing-custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index a564200bfe..2bb8a0b554 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -9,7 +9,7 @@ by writing custom actions which can be used along side our [built-in actions](./builtin-actions.md). > Note: When adding custom actions, the actions array will **replace the -> built-in actions too**. To ensure you can continue to include he builtin +> built-in actions too**. To ensure you can continue to include the builtin > actions, see below to include them during registration of your action. ### Writing your Custom Action