Skip to content

Commit

Permalink
Simplify wording, avoids word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Sep 24, 2023
1 parent 46e3076 commit d99e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ config.eager_load_paths << config.root.join("lib")
or

```ruby
# Same as above, because all eager load paths become autoload paths too.
# Same, because all eager load paths become autoload paths too.
config.eager_load_paths << config.root.join("lib")
```

Expand Down

0 comments on commit d99e355

Please sign in to comment.