docs(common): Fix typo in KeyValuePipe docs (#27580)

PR Close #27580
This commit is contained in:
cooljeffro 2018-12-10 10:36:15 -08:00 committed by Miško Hevery
parent 5d34657198
commit 7fae9114c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export interface KeyValue<K, V> {
* @usageNotes
* ### Examples
*
* This examples show how an Object or a Map and be iterated by ngFor with the use of this keyvalue
* This examples show how an Object or a Map can be iterated by ngFor with the use of this keyvalue
* pipe.
*
* {@example common/pipes/ts/keyvalue_pipe.ts region='KeyValuePipe'}