Skip to content

Commit

Permalink
fix a README typo (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel authored Jul 19, 2024
1 parent fda3e82 commit 86c47f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ After installing `Config` in Rails, you will find automatically generated file t

### General

* `const_name` - name of the object holing you settings. Default: `'Settings'`
* `const_name` - name of the object holding your settings. Default: `'Settings'`
* `evaluate_erb_in_yaml` - evaluate ERB in YAML config files. Set to false if the config file contains ERB that should not be evaluated at load time. Default: `true`
* `file_name` - name of the file to store general keys accessible in all environments. Default: `'settings'` - located at `config/settings.yml`
* `dir_name` - name of the directory to store environment-specific files. Default: `'settings'` - located at `config/settings/`
Expand Down

0 comments on commit 86c47f2

Please sign in to comment.