From 59823f7667b4beaca740ee645159a092ff982cf1 Mon Sep 17 00:00:00 2001 From: "Nicholas Nadeau, Ph.D., P.Eng" Date: Fri, 29 Jul 2022 11:35:13 -0400 Subject: [PATCH] fix: typo (#766) Co-authored-by: Bruno Rocha --- 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: