docs(ngComponentRouter): fix typo

Simple typo fix from `betweent he` to `between the`

Closes #14396
This commit is contained in:
Josh
2016-04-08 08:08:32 -04:00
committed by Martin Staffa
parent f8e6a4bcba
commit 0cbe7fbfc4
+1 -1
View File
@@ -60,7 +60,7 @@
*
* There is only one instance of this type in a Component Router application injectable as the
* {@link $rootRouter} service. This **Router** is associate with the **Top Level Component**
* ({@link $routerRootComponent}). It acts as the connection betweent he **Routers** and the **Location**.
* ({@link $routerRootComponent}). It acts as the connection between the **Routers** and the **Location**.
*/
/**