refactor: fix mispeling

`t he` > `the`
This commit is contained in:
josesilveiraa 2022-06-07 09:31:41 -03:00 committed by oSumAtrIX
parent 3ed4924a4a
commit ee50ac01a4

View File

@ -20,7 +20,7 @@ import org.jf.dexlib2.iface.instruction.formats.Instruction35c
@Patch
@Name("upgrade-button-remover")
@Description("Remove the upgrade tab from t he pivot bar in YouTube music.")
@Description("Remove the upgrade tab from the pivot bar in YouTube music.")
@RemoveUpgradeButtonCompatibility
@Version("0.0.1")
class RemoveUpgradeButtonPatch : BytecodePatch(
@ -73,4 +73,4 @@ class RemoveUpgradeButtonPatch : BytecodePatch(
)
return PatchResultSuccess()
}
}
}