aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-05-14 15:15:20 +0200
committerXavier Noria <fxn@hashref.com>2019-05-14 15:15:56 +0200
commit28c5853cb450bcd9e644f7367289264877aead7b (patch)
tree25513648344984b5ba6b0209cf908a46f899e95e /guides/source
parentbd0618b1f3c684a7b5294e05e7c9abb0fd5b42d8 (diff)
downloadrails-28c5853cb450bcd9e644f7367289264877aead7b.tar.gz
rails-28c5853cb450bcd9e644f7367289264877aead7b.tar.bz2
rails-28c5853cb450bcd9e644f7367289264877aead7b.zip
shortens a comment [ci skip]
To avoid word wrap in the rendered guide.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 10a9f24c9a..b8a5c39f39 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -188,7 +188,7 @@ In the case of STIs with a hierarchy of more than two levels, you can preload th
```ruby
# config/initializers/preload_stis.rb
-# By preloading leaves, the entire hierarchy is loaded upwards following
+# By preloading leaves, the hierarchy is loaded upwards following
# the references to superclasses in the class definitions.
sti_leaves = %w(
app/models/leaf1.rb