Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonkitchen authored and PatrickTulskie committed Jul 3, 2024
1 parent 5d7a4e1 commit a2fc23d
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 @@ -86,7 +86,7 @@ namespace :resque do
# If your schedule already has +queue+ set for each job, you don't
# need to require your jobs. This can be an advantage since it's
# less code that resque-scheduler needs to know about. But in a small
# project, it's usually easier to just include you job classes here.
# project, it's usually easier to just include your job classes here.
# So, something like this:
require 'jobs'
end
Expand Down

0 comments on commit a2fc23d

Please sign in to comment.