From 2fb5dac9665a259752126080191856114a0febb9 Mon Sep 17 00:00:00 2001 From: Joey <7505194+jknndy@users.noreply.github.com> Date: Fri, 27 Jun 2025 21:49:07 -0400 Subject: [PATCH] fix: typo in app_settings_constructor docstring (#5592) Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- mealie/core/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/core/settings/settings.py b/mealie/core/settings/settings.py index c839225af..2ae7c2a4a 100644 --- a/mealie/core/settings/settings.py +++ b/mealie/core/settings/settings.py @@ -449,7 +449,7 @@ class AppSettings(AppLoggingSettings): def app_settings_constructor(data_dir: Path, production: bool, env_file: Path, env_encoding="utf-8") -> AppSettings: """ app_settings_constructor is a factory function that returns an AppSettings object. It is used to inject the - required dependencies into the AppSettings object and nested child objects. AppSettings should not be substantiated + required dependencies into the AppSettings object and nested child objects. AppSettings should not be instantiated directly, but rather through this factory function. """ secret_settings = {