chore: typo - Collab.ts (#6812)

This commit is contained in:
Max Kovalenko 2023-07-27 01:30:25 +04:00 committed by GitHub
parent c1247742ea
commit cbd908097f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,7 +333,7 @@ class Collab extends PureComponent<Props, CollabState> {
* Indicates whether to fetch files that are errored or pending and older * Indicates whether to fetch files that are errored or pending and older
* than 10 seconds. * 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. * reason their status was not updated correctly.
*/ */
forceFetchFiles?: boolean; forceFetchFiles?: boolean;