Skip to content

Commit

Permalink
fix(twitch/block-embedded-ads): correct spelling mistake (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
parknich committed Apr 23, 2023
1 parent dc534ed commit 100d9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import app.revanced.patches.twitch.misc.settings.bytecode.patch.SettingsPatch
@Patch
@DependsOn([VideoAdsPatch::class, IntegrationsPatch::class, SettingsPatch::class])
@Name("block-embedded-ads")
@Description("Blocks embedded steam ads using services like TTV.lol or PurpleAdBlocker.")
@Description("Blocks embedded stream ads using services like TTV.lol or PurpleAdBlocker.")
@EmbeddedAdsCompatibility
@Version("0.0.1")
class EmbeddedAdsPatch : BytecodePatch(
Expand Down

0 comments on commit 100d9dd

Please sign in to comment.