docs(api): remove extra `the`

This commit is contained in:
Wassim Chegham 2015-11-25 23:06:06 +01:00 committed by Jeremy Elbourn
parent c08d76c7f8
commit cf3ceba2cc
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.