Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit eefd55e

Browse files
authored
docs(AppShell): fix typos (#76)
1 parent fb9673a commit eefd55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/app-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ the page is fully rendered.
292292
<h1 *shellNoRender>App is Fully Rendered</h1>
293293
```
294294

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

298298
---
299299

0 commit comments

Comments
 (0)