Skip to content

Commit b0f6d77

Browse files
committed
Fix minor typos in enqueue_after_transaction_commit default docs
1 parent a7e3798 commit b0f6d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_2.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# If `enqueue_after_transaction_commit` is set to `:default`, the queue adapter
2929
# will define the behaviour.
3030
#
31-
# Note: Active Job backends can disable this feature. This is generally used by
32-
# backends that use the same database than Active Record as a queue, hence they
31+
# Note: Active Job backends can disable this feature. This is generally done by
32+
# backends that use the same database as Active Record as a queue, hence they
3333
# don't need this feature.
3434
#++
3535
# Rails.application.config.active_job.enqueue_after_transaction_commit = :default

0 commit comments

Comments
 (0)