From be836fde3afacb8a88e49aaeb1341de0e55b1668 Mon Sep 17 00:00:00 2001 From: Tanner Mares Date: Fri, 21 Jun 2024 10:04:25 -0700 Subject: [PATCH] Update running-tasks.mdx ## Why this was needed First time user! I'm just getting started, reading through all the docs and noticed a couple typos. Thanks for all the work you did on this! --- docs/running-tasks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.