Skip to content

Commit

Permalink
sentence correction (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaMedankar authored Nov 28, 2022
1 parent 07c8bf8 commit f517649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ sidekiq_options lock: :until_and_while_executing,
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

Expand Down

0 comments on commit f517649

Please sign in to comment.