Skip to content

Commit

Permalink
Fix typo (dotnet#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sung-su authored and rookiejava committed Apr 8, 2022
1 parent 95abab4 commit 6b9e6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@ public partial class BlazorWebViewHandler : ViewHandler<IBlazorWebView, WebViewC
";

private TizenWebViewManager? _webviewManager;
private WebViewExtension.InterceptRequestCallback? _interceptRequestCallback;
private WebViewExtensions.InterceptRequestCallback? _interceptRequestCallback;

private TWebView NativeWebView => PlatformView.WebView;

Expand Down
2 changes: 1 addition & 1 deletion src/BlazorWebView/src/Maui/Tizen/WebViewExtension.cs
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.AspNetCore.Components.WebView.Maui
/// <summary>
/// WebViewExtension
/// </summary>
internal static class WebViewExtension
internal static class WebViewExtensions
{
public const string ChromiumEwk = "libchromium-ewk.so";

Expand Down

0 comments on commit 6b9e6cf

Please sign in to comment.