Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ead6987

Browse files
bampakoawardbell
authored andcommitted
docs(router): Fixed typos
closes #1056 Small typo fixes.
1 parent f7ee6b9 commit ead6987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/router.jade

+2-2
Original file line numberDiff line numberDiff 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.
109109
code-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="")

0 commit comments

Comments
 (0)