Properly escape special characters in MVC Areas doc (#2762)

pull/2766/head
Scott Addie 2017-02-13 22:06:11 -06:00 committed by Rick Anderson
parent 0df2c95ec2
commit aaaaa1d510
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ Set up a route definition that works with your newly created areas. The [🔧 Ro
});
```
Browsing to *http://<yourApp>/products*, the `Index` action method of the `HomeController` in the `Products` area will be invoked.
Browsing to `http://<yourApp>/products`, the `Index` action method of the `HomeController` in the `Products` area will be invoked.
## Link Generation