diff options
author | Ajay Ramachandran <[email protected]> | 2024-05-08 17:54:10 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-08 17:54:10 -0400 |
commit | d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a (patch) | |
tree | a477abb865c801c2b22cf465a9aa47125b066bd4 | |
parent | 3be51c89a9bf8c086172f8bb5a8efa83d0193523 (diff) | |
parent | 6c9a403731f5268145c66ab4d55ca869b7b6c7b0 (diff) | |
download | SponsorBlock-d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a.tar.gz SponsorBlock-d3684dbedd5fe8593a6d6e5b6b3d1c579f88c41a.zip |
Merge pull request #2017 from stdedos/fix/disabled-comment-typo
Fix comment typo
-rw-r--r-- | src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 85847a5e..3fbe23ba 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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. */ |