From 9f74b4133f024f80b515a0e435f16679c31da255 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 8 Apr 2016 08:08:32 -0400 Subject: [PATCH] docs(RootRouter): describe your change... Simple typo fix from `betweent he` to `between the` --- src/ngComponentRouter/Router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngComponentRouter/Router.js b/src/ngComponentRouter/Router.js index fc9a41ff93a1..179b1e3bc035 100644 --- a/src/ngComponentRouter/Router.js +++ b/src/ngComponentRouter/Router.js @@ -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**. */ /**