diff options
-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. */ |