aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2017-03-03 15:10:57 +0530
committerGitHub <noreply@github.com>2017-03-03 15:10:57 +0530
commite1a72fef7de9a5c0871b0ef1a4acb9483d2bf1f3 (patch)
tree02f19cc25c1745dcccd88597b7598f7a43256b9f
parentfb1ad5aeeb30466882c6a696f7ed5d4d9e307c22 (diff)
parent3a35f101b7375cb18799986006c5c53e0c77f8f7 (diff)
downloadrails-e1a72fef7de9a5c0871b0ef1a4acb9483d2bf1f3.tar.gz
rails-e1a72fef7de9a5c0871b0ef1a4acb9483d2bf1f3.tar.bz2
rails-e1a72fef7de9a5c0871b0ef1a4acb9483d2bf1f3.zip
Merge pull request #28260 from Erol/fix-upgrading-rails-guide-typo
Fix typo in Upgrading Ruby on Rails Guide
-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 6005298127..3afc0e5309 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -80,7 +80,7 @@ It is only soft-deprecated, which means that your code will not break at the
moment and no deprecation warning will be displayed but this constant will be
removed in the future.
-Also, if you have pretty old YAML documents containg dumps of such objects,
+Also, if you have pretty old YAML documents containing dumps of such objects,
you may need to load and dump them again to make sure that they reference
the right constant and that loading them won't break in the future.