aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-12-16 09:43:15 +0100
committerXavier Noria <fxn@hashref.com>2014-12-16 09:43:15 +0100
commit48542a484420bd3440b869111591ebbb007fc746 (patch)
tree5ce3ecb341ffa0aa91aa3eceb4ee26b7379eeb2c /guides/source
parent122d93975c1f1b79fa4cd0c2a3bfb91f29939196 (diff)
downloadrails-48542a484420bd3440b869111591ebbb007fc746.tar.gz
rails-48542a484420bd3440b869111591ebbb007fc746.tar.bz2
rails-48542a484420bd3440b869111591ebbb007fc746.zip
missing preposition [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/constant_autoloading_and_reloading.md2
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