docs: Fix some non-code being formatted as code in the router docs

This commit is contained in:
Mark Amery 2017-04-08 16:36:05 +01:00 committed by Matias Niemelä
parent 1fc0d05565
commit 8c129d73b8
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ this specific route. The data property is accessible within each activated route
items such as page titles, breadcrumb text, and other read-only, _static_ data.
You'll use the [resolve guard](guide/router#resolve-guard) to retrieve _dynamic_ data later in the guide.
The `empty path` in the fourth route represents the default path for the application,
The **empty path** in the fourth route represents the default path for the application,
the place to go when the path in the URL is empty, as it typically is at the start.
This default route redirects to the route for the `/heroes` URL and, therefore, will display the `HeroesListComponent`.