Skip to content

Commit 86c47f2

Browse files
authored
fix a README typo (#362)
1 parent fda3e82 commit 86c47f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ After installing `Config` in Rails, you will find automatically generated file t
270270

271271
### General
272272

273-
* `const_name` - name of the object holing you settings. Default: `'Settings'`
273+
* `const_name` - name of the object holding your settings. Default: `'Settings'`
274274
* `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`
275275
* `file_name` - name of the file to store general keys accessible in all environments. Default: `'settings'` - located at `config/settings.yml`
276276
* `dir_name` - name of the directory to store environment-specific files. Default: `'settings'` - located at `config/settings/`

0 commit comments

Comments
 (0)