From a9427192c6acb813f0f77bc6b1c302d3fdf954df Mon Sep 17 00:00:00 2001 From: Minko Gechev Date: Mon, 4 Jul 2016 14:56:50 +0300 Subject: [PATCH] docs(AppShell): fix typos --- guides/app-shell.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/app-shell.md b/guides/app-shell.md index 2f90487..e7e6200 100644 --- a/guides/app-shell.md +++ b/guides/app-shell.md @@ -292,8 +292,8 @@ the page is fully rendered.

App is Fully Rendered

``` -Now if we navigate to [localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed, -and the "App is Fully Rendered" test should render when Angular bootstraps the app. +Now if we navigate to [localhost:4200](http://localhost:4200/) in our browser, the spinner should render when the app shell is displayed, +and the "App is Fully Rendered" text should render when Angular bootstraps the app. ---