From 8c129d73b8f467a24f92f7c2eb9652fe5f3a3c0e Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sat, 8 Apr 2017 16:36:05 +0100 Subject: [PATCH] docs: Fix some non-code being formatted as code in the router docs --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 88917b6d82..63dec904eb 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -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`.