mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo: "in" should be "is"
This commit is contained in:
parent
e42a5fd3d5
commit
202c5c6395
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue