From 894d73f00ee21d0a3b48f6480c40ed12d204af31 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:15:40 +0400 Subject: [PATCH] chore: fix typo --- .../patches/youtube/interaction/downloads/DownloadsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt index e9f2c920b..6147a3d54 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt @@ -14,7 +14,7 @@ import app.revanced.util.resultOrThrow @Patch( name = "Downloads", - description = "Adds support to download videos with an external downloader app" + + description = "Adds support to download videos with an external downloader app " + "using the in-app download button or a video player action button.", dependencies = [ DownloadsResourcePatch::class,