From b7ac1624e011d0ee602ae1ac41c66f42857ab4fe Mon Sep 17 00:00:00 2001 From: NW Date: Sat, 26 Oct 2024 21:36:25 +0200 Subject: [PATCH] wiki: Improve phrasing in BL unlock prompt description Change-Id: Ic693c9eca4d4e1e69f5a066c81a66bdcff4d770c --- _includes/templates/recovery_install_fastboot_lenovo.md | 4 ++-- _includes/templates/recovery_install_fastboot_nexus.md | 2 +- _includes/templates/recovery_install_fastboot_oppo.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/templates/recovery_install_fastboot_lenovo.md b/_includes/templates/recovery_install_fastboot_lenovo.md index 958f8ed8ca..563ef34359 100644 --- a/_includes/templates/recovery_install_fastboot_lenovo.md +++ b/_includes/templates/recovery_install_fastboot_lenovo.md @@ -55,7 +55,7 @@ fastboot devices fastboot oem unlock ``` {%- endif %} - {% include alerts/note.html content="At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to to proceed." %} + {% include alerts/note.html content="At this point, the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to in order to proceed." %} 14. Wait for the bootloader unlocking process to complete. Once finished, you can check if bootloader is successfully unlocked by typing: ``` @@ -73,7 +73,7 @@ fastboot getvar unlocked fastboot oem unlock ``` {%- endif %} - {% include alerts/note.html content="At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to to proceed." %} + {% include alerts/note.html content="At this point, the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to in order to proceed." %} {%- endif %} 15. If the device doesn't automatically reboot, reboot it. It should now be unlocked. diff --git a/_includes/templates/recovery_install_fastboot_nexus.md b/_includes/templates/recovery_install_fastboot_nexus.md index b434e5ae6b..26c8ebaf02 100644 --- a/_includes/templates/recovery_install_fastboot_nexus.md +++ b/_includes/templates/recovery_install_fastboot_nexus.md @@ -42,7 +42,7 @@ fastboot devices fastboot oem unlock ``` {%- endif %} - {% include alerts/note.html content="At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to to proceed." %} + {% include alerts/note.html content="At this point, the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to in order to proceed." %} 6. If the device doesn't automatically reboot, reboot it. It should now be unlocked. 7. Since the device resets completely, you will need to re-enable USB debugging to continue. diff --git a/_includes/templates/recovery_install_fastboot_oppo.md b/_includes/templates/recovery_install_fastboot_oppo.md index bc5eb98f58..7f99f3cd5b 100644 --- a/_includes/templates/recovery_install_fastboot_oppo.md +++ b/_includes/templates/recovery_install_fastboot_oppo.md @@ -64,7 +64,7 @@ fastboot devices fastboot oem unlock ``` {%- endif %} - {% include alerts/note.html content="At this point the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to to proceed." %} + {% include alerts/note.html content="At this point, the device may display on-screen prompts which will require interaction to continue the process of unlocking the bootloader. Please take whatever actions the device asks you to in order to proceed." %} 15. If the device doesn't automatically reboot, reboot it. It should now be unlocked. 16. Since the device resets completely, you will need to re-enable USB debugging to continue.