From 4bd8f58552504294c88a3b49d11f0e89ca78efac Mon Sep 17 00:00:00 2001 From: Maxime Robert Date: Tue, 6 Dec 2016 19:40:01 +0100 Subject: [PATCH] FIX typo (#13267) --- modules/@angular/router/src/directives/router_link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/router/src/directives/router_link.ts b/modules/@angular/router/src/directives/router_link.ts index 3c382f7e22..bedb665792 100644 --- a/modules/@angular/router/src/directives/router_link.ts +++ b/modules/@angular/router/src/directives/router_link.ts @@ -29,7 +29,7 @@ import {UrlTree} from '../url_tree'; * * The RouterLink directives let you link to specific parts of your app. * - * Whe the link is static, you can use the directive as follows: + * When the link is static, you can use the directive as follows: * `link to user component` * * If you use dynamic values to generate the link, you can pass an array of path