diff --git a/docs/running-tasks.mdx b/docs/running-tasks.mdx index bd9fe1b..91ec349 100644 --- a/docs/running-tasks.mdx +++ b/docs/running-tasks.mdx @@ -51,5 +51,5 @@ config.lamby.runner_patterns.clear config.lamby.runner_patterns.push %r{\A/bin/foo.*} ``` -Here are are clearning/removing the deafault expression pattern of `/.*/` in favor of one that allows any `/bin/foo` command to be run. +Here we are clearing/removing the deafault expression pattern of `/.*/` in favor of one that allows any `/bin/foo` command to be run.