From 70c2a37a3da48da158a636f88a72b3c14f36e22f Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Sat, 18 May 2024 07:43:27 +0200 Subject: [PATCH] docs: fix markdown syntax error (#2727) --- REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REFERENCE.md b/REFERENCE.md index ddbd45a70..dce87b6cc 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -470,7 +470,7 @@ Returns a promise that returns the number of jobs in the queue, waiting or delay removeJobs(pattern: string): Promise ``` -Removes all the jobs which jobId matches the given pattern. The pattern must follow redis glob-style pattern (syntax)[https://redis.io/commands/keys] +Removes all the jobs which jobId matches the given pattern. The pattern must follow redis glob-style pattern [syntax](https://redis.io/commands/keys) Example: