From 834bf6675310fc285db9290fdebb21648cf539e0 Mon Sep 17 00:00:00 2001 From: ILoveOpenSourceApplications Date: Fri, 3 Jan 2025 22:25:18 +0530 Subject: [PATCH] typo #2 --- .../app/revanced/patches/youtube/layout/theme/ThemePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt index 2eafaec5cb..a6eb7e9dbc 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt @@ -6,7 +6,7 @@ import app.revanced.patches.youtube.misc.settings.settingsPatch val themePatch = bytecodePatch( name = "Theme", - description = "Adds options for theming and applies a custom background theme (dark background theme defaults to amoled black.)", + description = "Adds options for theming and applies a custom background theme (dark background theme defaults to amoled black).", ) { dependsOn( ThemePatch,