diff --git a/src/importlinter/application/app_config.py b/src/importlinter/application/app_config.py index b4b71bee..edbb9734 100644 --- a/src/importlinter/application/app_config.py +++ b/src/importlinter/application/app_config.py @@ -4,7 +4,7 @@ class Settings: """ Configuration of the application itself. This allows us to inject different dependencies - dependending on the run context, e.g. in a test run. + depending on the run context, e.g. in a test run. """ def __init__(self):