From 86c47f25f3ed1eb29827bfcf6f1a30d811a964b7 Mon Sep 17 00:00:00 2001 From: Mark Delk Date: Fri, 19 Jul 2024 18:35:46 -0500 Subject: [PATCH] fix a README typo (#362) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdc34c0..d979634c 100644 --- a/README.md +++ b/README.md @@ -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/`