diff options
author | Xavier Noria <fxn@hashref.com> | 2014-12-16 09:43:15 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-12-16 09:43:15 +0100 |
commit | 48542a484420bd3440b869111591ebbb007fc746 (patch) | |
tree | 5ce3ecb341ffa0aa91aa3eceb4ee26b7379eeb2c | |
parent | 122d93975c1f1b79fa4cd0c2a3bfb91f29939196 (diff) | |
download | rails-48542a484420bd3440b869111591ebbb007fc746.tar.gz rails-48542a484420bd3440b869111591ebbb007fc746.tar.bz2 rails-48542a484420bd3440b869111591ebbb007fc746.zip |
missing preposition [ci skip]
-rw-r--r-- | guides/source/constant_autoloading_and_reloading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index e801cceeae..641639868c 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -7,7 +7,7 @@ After reading this guide, you will know: * Key aspects of Ruby constants -* The purpose `autoload_paths` +* The purpose of `autoload_paths` * How constant autoloading works |