Typo in the exception message that's returned
Typo in the exception message that's returned Rendererd should be Rendered
This commit is contained in:
parent
b6698757a8
commit
474d03c071
|
|
@ -74,7 +74,7 @@ namespace Microsoft.AspNetCore.Components.Server.Circuits
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException(
|
throw new InvalidOperationException(
|
||||||
"JavaScript interop calls cannot be issued at this time. This is because the component is being " +
|
"JavaScript interop calls cannot be issued at this time. This is because the component is being " +
|
||||||
$"statically rendererd. When prerendering is enabled, JavaScript interop calls can only be performed " +
|
$"statically rendered. When prerendering is enabled, JavaScript interop calls can only be performed " +
|
||||||
$"during the OnAfterRenderAsync lifecycle method.");
|
$"during the OnAfterRenderAsync lifecycle method.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue