diff options
Diffstat (limited to 'doc/development/rails_initializers.md')
-rw-r--r-- | doc/development/rails_initializers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rails_initializers.md b/doc/development/rails_initializers.md index 89902c81cd5..ee73dac2b72 100644 --- a/doc/development/rails_initializers.md +++ b/doc/development/rails_initializers.md @@ -19,4 +19,4 @@ Ruby files in this folder are loaded in alphabetical order just like the default Some examples where you would need to do this are: 1. Modifying Rails' `config.autoload_paths` -1. Changing configuration that Zeitwerk uses, e.g. inflections +1. Changing configuration that Zeitwerk uses, for example, inflections |