From 19620d0fd0583a22fd485823d1fdc0f0505644dc Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 15 Aug 2021 09:36:36 +0200 Subject: [PATCH] Fix typo Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> --- js/src/common/utils/ItemList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {