Skip to content

Commit 984dd0e

Browse files
committed
Merge remote-tracking branch 'origin/dev/hybridwebview-void-return' into dev/hybridwebview-void-return
2 parents 031c10c + 7e4e1f7 commit 984dd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Handlers/HybridWebView/HybridWebViewHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ await handler.InvokeAsync(nameof(IHybridWebView.EvaluateJavaScriptAsync),
344344
{
345345
invokeJavaScriptRequest.SetResult(null);
346346
}
347-
// if there is no result or if the result was null/undefined, then reat it as null
347+
// if there is no result or if the result was null/undefined, then treat it as null
348348
else if (stringResult is null || stringResult == "null" || stringResult == "undefined")
349349
{
350350
invokeJavaScriptRequest.SetResult(null);

0 commit comments

Comments
 (0)