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'}