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 .