aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/autoloading_and_reloading_constants.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2015-11-11 09:51:37 +0100
committerRémy Coutable <remy@rymai.me>2015-11-11 09:51:37 +0100
commit202c5c6395143443458f5b5b138e4549bd2982d3 (patch)
tree83a860974b7afc60eb9af2a279364bbb75788eaa /guides/source/autoloading_and_reloading_constants.md
parente42a5fd3d579f60594fbed2f0f728e434da123b9 (diff)
downloadrails-202c5c6395143443458f5b5b138e4549bd2982d3.tar.gz
rails-202c5c6395143443458f5b5b138e4549bd2982d3.tar.bz2
rails-202c5c6395143443458f5b5b138e4549bd2982d3.zip
Fix typo: "in" should be "is"
Diffstat (limited to 'guides/source/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 2b6d7e4044..5126d87bee 100644
--- a/guides/source/autoloading_and_reloading_constants.md
+++ b/guides/source/autoloading_and_reloading_constants.md
@@ -790,7 +790,7 @@ Constant Reloading
When `config.cache_classes` is false Rails is able to reload autoloaded
constants.
-For example, in you're in a console session and edit some file behind the
+For example, if you're in a console session and edit some file behind the
scenes, the code can be reloaded with the `reload!` command:
```