1
0
Fork 0
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:
Rémy Coutable 2015-11-11 09:51:37 +01:00
parent e42a5fd3d5
commit 202c5c6395

View file

@ -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:
```