Skip to content

Commit

Permalink
Merge pull request #2017 from stdedos/fix/disabled-comment-typo
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
ajayyy committed May 8, 2024
2 parents 3be51c8 + 6c9a403 commit d3684db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit d3684db

Please sign in to comment.