From 909b748fc9cd4dfb9d7ba38ecb01762a36710f9e Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Mon, 27 Jan 2025 14:19:13 -0800 Subject: [PATCH] Fix incorrect XML doc --- components/AppServices/src/AppServiceHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AppServices/src/AppServiceHost.cs b/components/AppServices/src/AppServiceHost.cs index 165abbf4..cd193e85 100644 --- a/components/AppServices/src/AppServiceHost.cs +++ b/components/AppServices/src/AppServiceHost.cs @@ -145,7 +145,7 @@ public bool OnBackgroundActivated(BackgroundActivatedEventArgs args) } /// - /// Handles the app service host shutdown when is raised. + /// Handles the app service host shutdown when is raised. /// /// The args for the close request. ///