README.md in sidekiq-unique-jobs-7.1.5 vs README.md in sidekiq-unique-jobs-7.1.6
- old
+ new
@@ -266,10 +266,10 @@
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
```ruby
class WhileExecutingWorker