diff --git a/aspnetcore/mvc/controllers/areas.md b/aspnetcore/mvc/controllers/areas.md index 61f285e8c3..ff22b7bd0e 100644 --- a/aspnetcore/mvc/controllers/areas.md +++ b/aspnetcore/mvc/controllers/areas.md @@ -141,7 +141,7 @@ Set up a route definition that works with your newly created areas. The [🔧 Ro }); ``` -Browsing to *http:///products*, the `Index` action method of the `HomeController` in the `Products` area will be invoked. +Browsing to `http:///products`, the `Index` action method of the `HomeController` in the `Products` area will be invoked. ## Link Generation