We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d96a1b6 + 7a3566e commit 52c1464Copy full SHA for 52c1464
guides/source/upgrading_ruby_on_rails.md
@@ -75,7 +75,7 @@ warning by adding the following configuration to your `config/application.rb`:
75
76
See [#17227](https://github.com/rails/rails/pull/17227) for more details.
77
78
-### ActiveJob jobs now inherent from ApplicationJob by default
+### ActiveJob jobs now inherit from ApplicationJob by default
79
80
In Rails 4.2 an ActiveJob inherits from `ActiveJob::Base`. In Rails 5.0 this
81
behavior has changed to now inherit from `ApplicationJob`.
0 commit comments