diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:41:51 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-13 14:41:51 -0500 |
commit | 8d4f7db66e1242ecac69ccf2e8a4975d1249b259 (patch) | |
tree | 4491960ac312598fd67829cf051d7a807fdc9cda | |
parent | 097e6c524b178d57ced31bfc3127f6718d808304 (diff) | |
download | kutter-8d4f7db66e1242ecac69ccf2e8a4975d1249b259.tar.gz kutter-8d4f7db66e1242ecac69ccf2e8a4975d1249b259.tar.xz kutter-8d4f7db66e1242ecac69ccf2e8a4975d1249b259.zip |
docs: Fix typo in Bootloaders.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-x | docs/Bootloaders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md index 11f5cc8a..079ad164 100755 --- a/docs/Bootloaders.md +++ b/docs/Bootloaders.md @@ -10,7 +10,7 @@ bootloader that works across all micro-controllers. Worse, it is common for each bootloader to require a different set of steps to flash an application. -If one can flash a bootloader to a micro-controller than one can +If one can flash a bootloader to a micro-controller then one can generally also use that mechanism to flash an application, but care should be taken when doing this as one may inadvertently remove the bootloader. In contrast, a bootloader will generally only permit a |