Skip to content

Commit

Permalink
docs(common): Fix typo in KeyValuePipe docs (#27580)
Browse files Browse the repository at this point in the history
PR Close #27580
  • Loading branch information
cooljeffro authored and mhevery committed Dec 14, 2018
1 parent 63d395c commit fe8c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/pipes/keyvalue_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit fe8c6b0

Please sign in to comment.