Skip to content

Commit 1e42860

Browse files
authored
Line patch (#34331)
1 parent 261b197 commit 1e42860

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/host-and-deploy

1 file changed

+1
-1
lines changed

aspnetcore/blazor/host-and-deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ An anchor tag's destination ([`href`](https://developer.mozilla.org/docs/Web/HTM
115115

116116
The presence of a trailing slash (`/`) in a configured app base path is significant to compute the base path for URLs of the app. For example, `https://example.com/a` has a base path of `https://example.com/`, while `https://example.com/a/` with a trailing slash has a base path of `https://example.com/a`.
117117

118-
There are three sources of links that pertain to Blazor in ASP.NET Core apps:
118+
For the sources of links that pertain to Blazor in ASP.NET Core apps:
119119

120120
:::moniker range=">= aspnetcore-8.0"
121121

0 commit comments

Comments
 (0)