aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2015-12-01 21:46:04 -0800
committerClaudio B <claudiob@users.noreply.github.com>2015-12-01 21:46:04 -0800
commit203db6b8c11532eb99e2770dbba326579532aa37 (patch)
tree34cd9421551caf02a60ffa82f69e4eac7ba917c4
parent0d70078f11e61bd6cd1f67527b9622e569b989b5 (diff)
parent6861a1d9445f471029f63b53e853b6aaa26769ed (diff)
downloadrails-203db6b8c11532eb99e2770dbba326579532aa37.tar.gz
rails-203db6b8c11532eb99e2770dbba326579532aa37.tar.bz2
rails-203db6b8c11532eb99e2770dbba326579532aa37.zip
Merge pull request #22464 from pavlos/patch-1
Update autoloading_and_reloading_constants.md
-rw-r--r--guides/source/autoloading_and_reloading_constants.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/autoloading_and_reloading_constants.md b/guides/source/autoloading_and_reloading_constants.md
index 5126d87bee..a39b975c3e 100644
--- a/guides/source/autoloading_and_reloading_constants.md
+++ b/guides/source/autoloading_and_reloading_constants.md
@@ -685,7 +685,7 @@ to trigger the heuristic is defined in the conflicting place.
### Automatic Modules
When a module acts as a namespace, Rails does not require the application to
-defines a file for it, a directory matching the namespace is enough.
+define a file for it, a directory matching the namespace is enough.
Suppose an application has a back office whose controllers are stored in
`app/controllers/admin`. If the `Admin` module is not yet loaded when