From cf3ceba2cc57140d9441bd4b82ab3c7ba863b23c Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Wed, 25 Nov 2015 23:06:06 +0100 Subject: [PATCH] docs(api): remove extra `the` --- modules/angular2/src/router/location_strategy.ts | 2 +- modules/angular2/src/upgrade/upgrade_adapter.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/router/location_strategy.ts b/modules/angular2/src/router/location_strategy.ts index 6098b50d10..3975701630 100644 --- a/modules/angular2/src/router/location_strategy.ts +++ b/modules/angular2/src/router/location_strategy.ts @@ -3,7 +3,7 @@ import {OpaqueToken} from 'angular2/core'; /** * `LocationStrategy` is responsible for representing and reading route state - * from the the browser's URL. Angular provides two strategies: + * from the browser's URL. Angular provides two strategies: * {@link HashLocationStrategy} (default) and {@link PathLocationStrategy}. * * This is used under the hood of the {@link Location} service. diff --git a/modules/angular2/src/upgrade/upgrade_adapter.ts b/modules/angular2/src/upgrade/upgrade_adapter.ts index 59e9195339..49a205d00a 100644 --- a/modules/angular2/src/upgrade/upgrade_adapter.ts +++ b/modules/angular2/src/upgrade/upgrade_adapter.ts @@ -68,7 +68,7 @@ var upgradeCount: number = 0; * Angular v2 directive, which bootstraps the AngularJS v1 component directive in that location. * 6. An Angular v2 component can be downgraded to an AngularJS v1 component directive. This creates * an AngularJS v1 directive, which bootstraps the Angular v2 component in that location. - * 7. Whenever an adapter component is instantiated the host element is owned by the the framework + * 7. Whenever an adapter component is instantiated the host element is owned by the framework * doing the instantiation. The other framework then instantiates and owns the view for that * component. This implies that component bindings will always follow the semantics of the * instantiation framework. The syntax is always that of Angular v2 syntax.