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