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.