From b31a4dcfca7d35ca8188c3f3929abe1eb5371977 Mon Sep 17 00:00:00 2001 From: Michel Zehnder Date: Fri, 29 Apr 2022 08:43:35 +0200 Subject: [PATCH] Fix description --- docs/en/Migration-Guides/Abp-5-0-Blazor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.