From 64b06c136687ce3759737f090b8a704f07adffaa Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, Ph.D., P.Eng" Date: Thu, 7 Jul 2022 14:00:12 -0400 Subject: [PATCH] fix: typo --- docs/settings_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings_files.md b/docs/settings_files.md index b5692d593..ddd885a4a 100644 --- a/docs/settings_files.md +++ b/docs/settings_files.md @@ -74,7 +74,7 @@ settings.name == "Bruno" ## Settings file location Dynaconf will search files specified in `settings_file` option starting the search tree -on the current working dir (the directory where you program is located). +on the current working dir (the directory where your program is located). Ex: