docs(aio): fix missed grave accent (#20379)

PR Close #20379
This commit is contained in:
Aliaksei Urbanski 2017-11-12 21:17:13 +03:00 committed by Jason Aden
parent 75d474e1d3
commit fde966832b
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ route to the `AppRoutingModule.Routes` array.
This route redirects a URL that fully matches the empty path to the route whose path is `'/dashboard'`.
After the browser refreshes, the router loads the `DashboardComponent
After the browser refreshes, the router loads the `DashboardComponent`
and the browser address bar shows the `/dashboard` URL.
### Add dashboard link to the shell