This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ include ../_util-fns
104
104
### Router Outlet
105
105
Now we know how the router gets its configuration.
106
106
When the browser URL for this application becomes `/heroes`,
107
- the router matches that URL to the `RouteDefintion ` named *Heroes* and displays the `HeroListComponent`
107
+ the router matches that URL to the `RouteDefinition ` named *Heroes* and displays the `HeroListComponent`
108
108
in a **`RouterOutlet`** that we've placed in the host view's HTML.
109
109
code-example( format ="" , language ="html" ) .
110
110
< !-- Routed views go here -->
@@ -318,7 +318,7 @@ figure.image-display
318
318
.l-sub-section
319
319
:marked
320
320
#### Live example note
321
- We have to be get tricky when we run the live example because the host service sets
321
+ We have to get tricky when we run the live example because the host service sets
322
322
the application base address dynamically. That's why we replace the `<base href...>` with a
323
323
script that writes a `<base>` tag on the fly to match.
324
324
code-example( format ="" )
You can’t perform that action at this time.
0 commit comments