Merge pull request #9140 from erihanse/patch-1

Update writing-custom-actions.md
This commit is contained in:
Johan Haals
2022-01-24 14:29:52 +01:00
committed by GitHub
@@ -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