Skip to content

Commit 474d03c

Browse files
danielabbattSteveSandersonMS
authored andcommitted
Typo in the exception message that's returned
Typo in the exception message that's returned Rendererd should be Rendered
1 parent b669875 commit 474d03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Server/src/Circuits/RemoteJSRuntime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected override void BeginInvokeJS(long asyncHandle, string identifier, strin
7474
{
7575
throw new InvalidOperationException(
7676
"JavaScript interop calls cannot be issued at this time. This is because the component is being " +
77-
$"statically rendererd. When prerendering is enabled, JavaScript interop calls can only be performed " +
77+
$"statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed " +
7878
$"during the OnAfterRenderAsync lifecycle method.");
7979
}
8080

0 commit comments

Comments
 (0)