From 4cbfb8d38c77b930a70852843cbcc1bc823484a1 Mon Sep 17 00:00:00 2001 From: Arman Poghosyan Date: Fri, 27 Sep 2024 04:48:11 +0400 Subject: [PATCH] docs(flows): add missing word in flows guide (#2788) --- docs/gitbook/guide/flows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/guide/flows/README.md b/docs/gitbook/guide/flows/README.md index b101f51f43..703d103caa 100644 --- a/docs/gitbook/guide/flows/README.md +++ b/docs/gitbook/guide/flows/README.md @@ -78,7 +78,7 @@ Note that the parent queue does not need to be the same queue as the one used fo {% endhint %} {% hint style="warning" %} -If a jobId option is provided, make that it does not contain a colon **:** as this is considered a separator. +If a jobId option is provided, make sure that it does not contain a colon **:** as this is considered a separator. {% endhint %} When the parent job is processed it is possible to access the results generated by its child jobs. For example, lets assume the following worker for the child jobs: