This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ include ../_util-fns
104104 ### Router Outlet
105105 Now we know how the router gets its configuration.
106106 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`
108108 in a **`RouterOutlet`** that we've placed in the host view's HTML.
109109code-example( format ="" , language ="html" ) .
110110 < !-- Routed views go here -->
@@ -318,7 +318,7 @@ figure.image-display
318318.l-sub-section
319319 :marked
320320 #### 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
322322 the application base address dynamically. That's why we replace the `<base href...>` with a
323323 script that writes a `<base>` tag on the fly to match.
324324 code-example( format ="" )
You can’t perform that action at this time.
0 commit comments