diff --git a/docs/en/Migration-Guides/Abp-5-0-Blazor.md b/docs/en/Migration-Guides/Abp-5-0-Blazor.md index 326bac55d5..09d0f8e682 100644 --- a/docs/en/Migration-Guides/Abp-5-0-Blazor.md +++ b/docs/en/Migration-Guides/Abp-5-0-Blazor.md @@ -1,6 +1,6 @@ # ABP Blazor UI v4.x to v5.0 Migration Guide -> This document is for the ABP MVC / Razor Pages UI. See also [the main migration guide](Abp-5_0.md). +> This document is for the Blazor UI. See also [the main migration guide](Abp-5_0.md). ## Upgrading to the latest Blazorise @@ -16,4 +16,4 @@ Replace `AddBootstrapProviders()` with `AddBootstrap5Providers()`. ## Update Bundle -Use `abp bundle` command to update bundles if you are using Blazor WebAssembly. \ No newline at end of file +Use `abp bundle` command to update bundles if you are using Blazor WebAssembly.