From 6f9cf6a606495d182b605ef1899412a278323d77 Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:54:54 -0700 Subject: [PATCH] fix typo in readme --- docs/firmware_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firmware_update.md b/docs/firmware_update.md index 4d4c1fba..b0cc6b0a 100644 --- a/docs/firmware_update.md +++ b/docs/firmware_update.md @@ -263,7 +263,7 @@ partition. erases the bootloader region and writes in-place. An interruption during the write leaves the device unbootable. -- **Not revertable.** There is no swap or rollback mechanism. The old +- **Not revertible.** There is no swap or rollback mechanism. The old bootloader and application are destroyed during the update. - **Locks bootloader verification to a specific application version.**