Skip to content

Commit 921e5ab

Browse files
committed
Capitalize Sidekiq word in dev doc
1 parent 5d90de1 commit 921e5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development/sidekiq_style_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ tests should be placed in `spec/workers`.
4242
Try to avoid renaming or removing queues in minor and patch releases.
4343
During online update instance can have pending jobs and removing the queue can
4444
lead to those jobs being stuck forever. If you can't write migration for those
45-
sidekiq jobs, please consider doing rename or remove queue in major release only.
45+
Sidekiq jobs, please consider doing rename or remove queue in major release only.

0 commit comments

Comments
 (0)