From b0e1814f9d91db3106a4054bf834789d1a5e2a35 Mon Sep 17 00:00:00 2001 From: Carrick Rogers Date: Sat, 14 Aug 2021 00:51:26 -0700 Subject: [PATCH] Tese to these in README.md (#633) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c7ff93..2f0f15fe 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ end ### While Executing -Tese locks are put on a queue without any type of locking mechanism, the locking doesn't happen until Sidekiq pops the job from the queue and starts processing it. +These locks are put on a queue without any type of locking mechanism, the locking doesn't happen until Sidekiq pops the job from the queue and starts processing it. #### Example worker