From bdd6336588267ae02f720081c06ff32e468274d0 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 30 Mar 2022 17:08:25 -1000 Subject: [PATCH] Update index.md --- aspnetcore/fundamentals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/index.md b/aspnetcore/fundamentals/index.md index 7c38af828e..c5eca9ab3d 100644 --- a/aspnetcore/fundamentals/index.md +++ b/aspnetcore/fundamentals/index.md @@ -218,7 +218,7 @@ Prevent publishing files in *wwwroot* with the [\ project item](/visual ``` -In Razor `.cshtml` files, tilde-slash (`~/`) points to the web root. A path beginning with `~/` is referred to as a *virtual path*. +In Razor `.cshtml` files, `~/` points to the web root. A path beginning with `~/` is referred to as a *virtual path*. For more information, see .