diff options
author | Claudio B <claudiob@users.noreply.github.com> | 2015-11-11 05:40:51 -0800 |
---|---|---|
committer | Claudio B <claudiob@users.noreply.github.com> | 2015-11-11 05:40:51 -0800 |
commit | f94e9a69b09fe63ba722a8e1815d0bd1f3daf3a6 (patch) | |
tree | c26f442ef40e48ebbda3a4371a335dfaaa608b42 | |
parent | 472b8e054b293c3c4a07572bd2d4904d51d861e0 (diff) | |
parent | 202c5c6395143443458f5b5b138e4549bd2982d3 (diff) | |
download | rails-f94e9a69b09fe63ba722a8e1815d0bd1f3daf3a6.tar.gz rails-f94e9a69b09fe63ba722a8e1815d0bd1f3daf3a6.tar.bz2 rails-f94e9a69b09fe63ba722a8e1815d0bd1f3daf3a6.zip |
Merge pull request #22258 from rymai/patch-1
Fix typo: "in" should be "is"
-rw-r--r-- | guides/source/autoloading_and_reloading_constants.md | 2 |
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: ``` |