Skip to content

Commit 3a71768

Browse files
Fix typos in v1 to v2 migration guide
1 parent c855b93 commit 3a71768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/docs/migrations/1to2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The `Fake` prefix used for various fake implementations has been renamed to `Bun
2626
* `FakeNavigationManager` to `BunitNavigationManager`
2727
* `FakeJSRuntime` to `BunitJSRuntime`
2828
* `FakeAuthenticationStateProvider` to `BunitAuthenticationStateProvider`
29-
* `FakeAuthrozitationContext` to `BunitAuthorizationContext`
30-
* `FakeuthorizationPolicyProvider` to `BunitAuthorizationPolicyProvider`
29+
* `FakeAuthorizationContext` to `BunitAuthorizationContext`
30+
* `FakeAuthorizationPolicyProvider` to `BunitAuthorizationPolicyProvider`
3131

3232
## Unified the `Render` methods
3333
In v1 there were multiple `RenderXXX`methods (like `RenderComponent`, `Render` and `SetParametersAndRender`) that were used to render components and markup. In v2, these methods have been unified into a single `Render` method that can handle both components and markup) via the simple `Render` method:

0 commit comments

Comments
 (0)