From 7ed68f2b84ce034a7a0489d057034650b2b76b52 Mon Sep 17 00:00:00 2001 From: PCJones Date: Tue, 22 Oct 2024 10:33:37 +0200 Subject: [PATCH] Fix typo --- UmlautAdaptarr/Utilities/ServicesExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UmlautAdaptarr/Utilities/ServicesExtensions.cs b/UmlautAdaptarr/Utilities/ServicesExtensions.cs index 808906a..594859a 100644 --- a/UmlautAdaptarr/Utilities/ServicesExtensions.cs +++ b/UmlautAdaptarr/Utilities/ServicesExtensions.cs @@ -68,7 +68,7 @@ public static class ServicesExtensions Console.WriteLine(($"Property {failure.PropertyName } failed validation. Error was: {failure.ErrorMessage}")); } - throw new Exception("Please fix cour environment variables and then Start UmlautAdaptarr again"); + throw new Exception("Please fix your environment variables and then Start UmlautAdaptarr again"); } var instanceState = (bool)(typeof(TOptions).GetProperty("Enabled")?.GetValue(option, null) ?? false);