docs(core/pipes/date_pipe.ts): configurable typo

Closes #4121
This commit is contained in:
dapperAuteur 2015-09-10 22:52:54 -07:00 committed by Misko Hevery
parent ed586f0b4a
commit 16ecc7e82d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import {StringMapWrapper, ListWrapper} from 'angular2/src/core/facade/collection
import {InvalidPipeArgumentException} from './invalid_pipe_argument_exception';
// TODO: move to a global configable location along with other i18n components.
// TODO: move to a global configurable location along with other i18n components.
var defaultLocale: string = 'en-US';
/**