diff --git a/hosts/AspNetIdentity/Pages/Telemetry.cs b/hosts/AspNetIdentity/Pages/Telemetry.cs index f94b8c363..eb5d474b8 100644 --- a/hosts/AspNetIdentity/Pages/Telemetry.cs +++ b/hosts/AspNetIdentity/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id diff --git a/hosts/Configuration/Pages/Telemetry.cs b/hosts/Configuration/Pages/Telemetry.cs index f94b8c363..eb5d474b8 100644 --- a/hosts/Configuration/Pages/Telemetry.cs +++ b/hosts/Configuration/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id diff --git a/hosts/EntityFramework/Pages/Telemetry.cs b/hosts/EntityFramework/Pages/Telemetry.cs index f94b8c363..697c20cac 100644 --- a/hosts/EntityFramework/Pages/Telemetry.cs +++ b/hosts/EntityFramework/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id @@ -123,7 +123,7 @@ public static void UserLogin(string? clientId, string idp) => UserLoginCounter.Add(1, new(Tags.Client, clientId), new(Tags.Idp, idp)); /// - /// Helper method to increase counter on failure. /// /// Client Id, if available /// Error message diff --git a/hosts/main/Pages/Telemetry.cs b/hosts/main/Pages/Telemetry.cs index 3bafe1bea..50fc494e9 100644 --- a/hosts/main/Pages/Telemetry.cs +++ b/hosts/main/Pages/Telemetry.cs @@ -90,7 +90,7 @@ public static void ConsentGranted(string clientId, IEnumerable scopes, b } /// - /// Helper method to increase counter. The scopes + /// Helper method to increase counter. The scopes /// are expanded and called one by one to not cause a combinatory explosion of scopes. /// /// Client id