Skip to content

Commit 52c1464

Browse files
committed
Merge pull request rails#21159 from tcopeland/fix_speling
Fix doc typo
2 parents d96a1b6 + 7a3566e commit 52c1464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ warning by adding the following configuration to your `config/application.rb`:
7575

7676
See [#17227](https://github.com/rails/rails/pull/17227) for more details.
7777

78-
### ActiveJob jobs now inherent from ApplicationJob by default
78+
### ActiveJob jobs now inherit from ApplicationJob by default
7979

8080
In Rails 4.2 an ActiveJob inherits from `ActiveJob::Base`. In Rails 5.0 this
8181
behavior has changed to now inherit from `ApplicationJob`.

0 commit comments

Comments
 (0)