From df639e1d4dd798a4603a71233237cc6708c8901e Mon Sep 17 00:00:00 2001 From: David Britch Date: Mon, 8 Jan 2024 12:00:47 +0000 Subject: [PATCH] Fix typo. (#1997) --- docs/user-interface/controls/blazorwebview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-interface/controls/blazorwebview.md b/docs/user-interface/controls/blazorwebview.md index 821ff118a..5d93d5836 100644 --- a/docs/user-interface/controls/blazorwebview.md +++ b/docs/user-interface/controls/blazorwebview.md @@ -138,7 +138,7 @@ The process to add a has a method that can call a specified `Action` asynchronously and pass in the scoped services available in Razor components. This enables code from the native UI to access scoped services such as enables code from the native UI to access scoped services such as : + has a method that can call a specified `Action` asynchronously and pass in the scoped services available in Razor components. This enables code from the native UI to access scoped services such as : ```csharp private async void OnMyMauiButtonClicked(object sender, EventArgs e)