Fix typo in Upgrading Ruby on Rails Guide [skip ci]

This commit is contained in:
Erol Fornoles 2017-03-03 17:02:00 +08:00
parent fb1ad5aeeb
commit 3a35f101b7
No known key found for this signature in database
GPG Key ID: DF0CCD8DE581AF8B
1 changed files with 1 additions and 1 deletions

View File

@ -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.