fix a typo in a comment

This commit is contained in:
Art Lowel
2019-01-10 17:06:49 +01:00
parent 04ad79e416
commit ff924abcfb

View File

@@ -33,7 +33,7 @@ import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
] ]
}) })
/** /**
* Collection used to map items to a collection * Component used to map items to a collection
*/ */
export class CollectionItemMapperComponent implements OnInit { export class CollectionItemMapperComponent implements OnInit {