Skip to content

Commit

Permalink
Merge pull request #508 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README.md: typo "exiting"
  • Loading branch information
bkeepers committed Jul 1, 2024
2 parents 27c80ed + 335a503 commit cf5dcf7
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 @@ -180,7 +180,7 @@ end
Available options:

* `Dotenv::Rails.files` - list of files to be loaded, in order of precedence.
* `Dotenv::Rails.overwrite` - Overwrite exiting `ENV` variables with contents of `.env*` files
* `Dotenv::Rails.overwrite` - Overwrite existing `ENV` variables with contents of `.env*` files
* `Dotenv::Rails.logger` - The logger to use for dotenv's logging. Defaults to `Rails.logger`
* `Dotenv::Rails.autorestore` - Enable or disable [autorestore](#autorestore-in-tests)

Expand Down

0 comments on commit cf5dcf7

Please sign in to comment.