From d594eaea1bd3d8fe1e76604368b895117d710742 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Wed, 19 Oct 2022 22:39:05 -0400 Subject: [PATCH] back-ticks --- docs/en/Migration-Guides/Abp-4_0-Blazor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Abp-4_0-Blazor.md b/docs/en/Migration-Guides/Abp-4_0-Blazor.md index 90a9bc2e53..7f00d6de75 100644 --- a/docs/en/Migration-Guides/Abp-4_0-Blazor.md +++ b/docs/en/Migration-Guides/Abp-4_0-Blazor.md @@ -9,7 +9,7 @@ These changes are required to manually applied in your own solution. It would be * Add `true` to the `PropertyGroup` section of your project (`.csproj`) file. * Update the `Blazorise.*` packages to the latest version (to the latest RC for the ABP 4.0 preview). -### wwwroot/index.html +### `wwwroot/index.html` There are some changes made in the index.html file;