diff --git a/js/src/common/utils/ItemList.ts b/js/src/common/utils/ItemList.ts index bcdcea1ebad..eb13327dfbf 100644 --- a/js/src/common/utils/ItemList.ts +++ b/js/src/common/utils/ItemList.ts @@ -147,7 +147,7 @@ export default class ItemList { /** * Merge another list's items into this one. * - * The list passed to this function will overwrite items whichalready exist + * The list passed to this function will overwrite items which already exist * with the same key. */ merge(otherList: ItemList): ItemList {