From 335a50372b500a3d072662948d0e74d945710184 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 1 Jul 2024 11:38:42 +0200 Subject: [PATCH] README.md: typo "exiting" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce7abc..857de7f 100644 --- a/README.md +++ b/README.md @@ -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)