docs(aio): fix typo in Router documentation

Fix title and link to RouteConfigLoadEnd documentation
This commit is contained in:
Nicola Sanitate 2017-07-19 10:35:49 +02:00 committed by Pete Bacon Darwin
parent 5344be5182
commit 9208f0beea
1 changed files with 2 additions and 2 deletions

View File

@ -255,11 +255,11 @@ During each navigation, the `Router` emits navigation events through the `Router
<tr>
<td>
<code>RouteConfigLoadStart</code>
<code>RouteConfigLoadEnd</code>
</td>
<td>
An [event](api/router/RouteConfigLoadStart) triggered after a route has been lazy loaded.
An [event](api/router/RouteConfigLoadEnd) triggered after a route has been lazy loaded.
</td>
</tr>