From fe8c6b04ef4ecc3441f48a6918bab7979ee76473 Mon Sep 17 00:00:00 2001 From: cooljeffro Date: Mon, 10 Dec 2018 10:36:15 -0800 Subject: [PATCH] docs(common): Fix typo in KeyValuePipe docs (#27580) PR Close #27580 --- packages/common/src/pipes/keyvalue_pipe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/pipes/keyvalue_pipe.ts b/packages/common/src/pipes/keyvalue_pipe.ts index cc4cb6f5e9..ef0eb5f5a6 100644 --- a/packages/common/src/pipes/keyvalue_pipe.ts +++ b/packages/common/src/pipes/keyvalue_pipe.ts @@ -36,7 +36,7 @@ export interface KeyValue { * @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'}