README.md in sidekiq-unique-jobs-7.1.27 vs README.md in sidekiq-unique-jobs-7.1.28
- old
+ new
@@ -362,10 +362,10 @@
```ruby
sidekiq_options on_conflict: :log
```
-This strategy is intended to be used with `UntilExecuted` and `UntilExpired`. It will log a line about that this is job is a duplicate of another.
+This strategy is intended to be used with `UntilExecuted` and `UntilExpired`. It will log a line that this job is a duplicate of another.
### raise
```ruby
sidekiq_options on_conflict: :raise