diff options
author | shekhar-patil <patilshekhar900@gmail.com> | 2019-05-11 13:35:47 +0530 |
---|---|---|
committer | shekhar-patil <patilshekhar900@gmail.com> | 2019-05-11 13:35:47 +0530 |
commit | 1bbcf54ce990fc75bc9f30b2d2b28792dbc98385 (patch) | |
tree | 38950d308429199bc236684b0da4cdb070f38233 /guides | |
parent | e84ee74854876be00c3d072182af4c936c7d303c (diff) | |
download | rails-1bbcf54ce990fc75bc9f30b2d2b28792dbc98385.tar.gz rails-1bbcf54ce990fc75bc9f30b2d2b28792dbc98385.tar.bz2 rails-1bbcf54ce990fc75bc9f30b2d2b28792dbc98385.zip |
Corrected the sentence in upgrade guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
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 290aabc6f9..48adbac367 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -1774,7 +1774,7 @@ config.assets.enabled = true config.assets.version = '1.0' ``` -If your application is using an "/assets" route for a resource you may want change the prefix used for assets to avoid conflicts: +If your application is using an "/assets" route for a resource you may want to change the prefix used for assets to avoid conflicts: ```ruby # Defaults to '/assets' |