From cbd908097f79e5b1e6df47ed8b5ac0c783127f20 Mon Sep 17 00:00:00 2001 From: Max Kovalenko Date: Thu, 27 Jul 2023 01:30:25 +0400 Subject: [PATCH] chore: typo - Collab.ts (#6812) --- src/excalidraw-app/collab/Collab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/excalidraw-app/collab/Collab.tsx b/src/excalidraw-app/collab/Collab.tsx index ec0c2a34..b7648b58 100644 --- a/src/excalidraw-app/collab/Collab.tsx +++ b/src/excalidraw-app/collab/Collab.tsx @@ -333,7 +333,7 @@ class Collab extends PureComponent { * Indicates whether to fetch files that are errored or pending and older * than 10 seconds. * - * Use this as a machanism to fetch files which may be ok but for some + * Use this as a mechanism to fetch files which may be ok but for some * reason their status was not updated correctly. */ forceFetchFiles?: boolean;