[Blazor] Render-modes.md - InteractiveWebassembly => InteractiveWebAssembly (#33006)

pull/33008/head
Robert Haken 2024-07-08 17:17:02 +02:00 committed by GitHub
parent 4c4a838e15
commit d138f93b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ The `ComponentBase.Platform` and `ComponentBase.AssignedRenderMode` properties p
* `ComponentBase.AssignedRenderMode` exposes the component's assigned render mode:
* `InteractiveServer` for Interactive Server.
* `InteractiveAuto` for Interactive Auto.
* `InteractiveWebassembly` for Interactive WebAssembly.
* `InteractiveWebAssembly` for Interactive WebAssembly.
> [!NOTE]
> `ComponentBase.Platform` will be renamed to `ComponentBase.RendererInfo` in a future preview release.