From 3d106cdc869882373cc138798fb7ddf6588371d3 Mon Sep 17 00:00:00 2001 From: MrGrim Date: Fri, 8 Feb 2019 20:29:32 +0000 Subject: [PATCH] Update DeodexServices.md --- doc/DeodexServices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DeodexServices.md b/doc/DeodexServices.md index 4b8103e..26f64da 100644 --- a/doc/DeodexServices.md +++ b/doc/DeodexServices.md @@ -6,7 +6,7 @@ If you want to check beforehand (or afterwards), if your ROM supports Signature ## Pre-Check -If your `/system/framework/services.jar` file contains the file `classes.dex`, you can skip deodexing and start patching right-away, else following theese instructions. +If your `/system/framework/services.jar` file contains the file `classes.dex`, you can skip deodexing and start patching right-away, else following these instructions. ## Android 9.0 Pie