mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Merge pull request #2017 from stdedos/fix/disabled-comment-typo
Fix comment typo
This commit is contained in:
commit
d3684dbedd
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ interface SBStorage {
|
|||
downvotedSegments: Record<VideoID & HashedValue, VideoDownvotes>;
|
||||
navigationApiAvailable: boolean;
|
||||
|
||||
// Used when sync storage disbaled
|
||||
// Used when sync storage disabled
|
||||
alreadyInstalled: boolean;
|
||||
|
||||
/* Contains unsubmitted segments that the user has created. */
|
||||
|
|
Loading…
Reference in a new issue