Merge pull request #2017 from stdedos/fix/disabled-comment-typo

Fix comment typo
This commit is contained in:
Ajay Ramachandran
2024-05-08 17:54:10 -04:00
committed by GitHub

View File

@@ -140,7 +140,7 @@ interface SBStorage {
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>; downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
navigationApiAvailable: boolean; navigationApiAvailable: boolean;
// Used when sync storage disbaled // Used when sync storage disabled
alreadyInstalled: boolean; alreadyInstalled: boolean;
/* Contains unsubmitted segments that the user has created. */ /* Contains unsubmitted segments that the user has created. */