From 70d64f38eb60b2e1fa86fcab4fbf89d981f9479a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 17 Jun 2021 16:07:32 +0200 Subject: [PATCH] spelling --- src/matrix/room/timeline/Timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/room/timeline/Timeline.js b/src/matrix/room/timeline/Timeline.js index 0ce51920..8274fc55 100644 --- a/src/matrix/room/timeline/Timeline.js +++ b/src/matrix/room/timeline/Timeline.js @@ -352,7 +352,7 @@ export function tests() { function() {}; return { - "adding or replacing entries before subscribing to entries does not loose local relations": async assert => { + "adding or replacing entries before subscribing to entries does not lose local relations": async assert => { const pendingEvents = new ObservableArray(); const timeline = new Timeline({ roomId,