aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/constant_autoloading_and_reloading.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-12-15 14:15:36 +0100
committerXavier Noria <fxn@hashref.com>2014-12-15 14:16:04 +0100
commit1eae9bea72550681b9242c6d797ff47753077f9e (patch)
tree1180d6c24f7126f782d90826b76ac0e2d1ff5edc /guides/source/constant_autoloading_and_reloading.md
parentc82321dcb72e73b4bfb62b817cca027cee1449b8 (diff)
downloadrails-1eae9bea72550681b9242c6d797ff47753077f9e.tar.gz
rails-1eae9bea72550681b9242c6d797ff47753077f9e.tar.bz2
rails-1eae9bea72550681b9242c6d797ff47753077f9e.zip
autoloading guide: damn typos [ci skip]
Diffstat (limited to 'guides/source/constant_autoloading_and_reloading.md')
-rw-r--r--guides/source/constant_autoloading_and_reloading.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md
index 62dd1ac234..4d016af2c2 100644
--- a/guides/source/constant_autoloading_and_reloading.md
+++ b/guides/source/constant_autoloading_and_reloading.md
@@ -113,7 +113,7 @@ the nesting in (2) is different, `XML` does not belong to it:
```
We can see in this example that the name of a class or module that belongs to a
-certaing nesting does not necessarily correlate with the namespaces at the spot.
+certain nesting does not necessarily correlate with the namespaces at the spot.
Even more, they are totally independent, take for instance
@@ -163,7 +163,7 @@ getting too much into the details, the resolution algorithm for relative
constant references goes like this:
1. First, if the nesting is not empty it looks for the constant in its elements
-and in order, ingoring their ancestors.
+and in order, ignoring their ancestors.
2. If not found, then it walks up the ancestor chain of the cref.