Skip to content

Commit d99e355

Browse files
committed
Simplify wording, avoids word wrap
1 parent 46e3076 commit d99e355

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
@@ -133,7 +133,7 @@ config.eager_load_paths << config.root.join("lib")
133133
or
134134

135135
```ruby
136-
# Same as above, because all eager load paths become autoload paths too.
136+
# Same, because all eager load paths become autoload paths too.
137137
config.eager_load_paths << config.root.join("lib")
138138
```
139139

0 commit comments

Comments
 (0)