Forráskód Böngészése

README: fix some typos

Captain Throwback 4 éve
szülő
commit
fc3a2e304a
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -71,11 +71,11 @@ The build target is dependent on the device, and should reflect the location of
 
     - [fscrypt: wip](https://gerrit.twrp.me/c/android_bootable_recovery/+/5405)
 
-- If you device uses legacy wrappedkey for decryption, then the following patches will need to be picked for decryption to function:
+- If your device uses legacy wrappedkey for decryption, then the following patches will need to be picked for decryption to function:
 
     - [twelve-fbe-qcom-wrapped-key](https://gerrit.twrp.me/q/topic:twelve-fbe-qcom-wrapped-key+-status:merged)
 
-- For devices using vendor_boot, this following patch(es) will be needed to ensure that TWRP can be fastboot booted:
+- For devices using vendor_boot, the following patch(es) will be needed to ensure that TWRP can be fastboot booted:
 
     - [add twrpfastboot=1 to GENERIC_KERNEL_CMDLINE for all vendor_boot devices](https://gerrit.twrp.me/c/android_vendor_twrp/+/5515)
     - [Revert "allow adding cmdline to internal boot image for non-GKI vendor_boot devices"](https://gerrit.twrp.me/c/android_build/+/5516)