]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Correct small typo
authorAnthony Som <half-kh-hacker@hackery.site>
Mon, 1 Oct 2018 16:39:45 +0000 (17:39 +0100)
committerJack Humbert <jack.humb@gmail.com>
Mon, 1 Oct 2018 16:42:05 +0000 (12:42 -0400)
A small typo (it -> in) that I noticed while reading through the documentation

docs/flashing.md

index 66c08a361045783c8449cdcff66e46febf7bfa6d..1edbe2225364af759a1919a2005e6b410c026fb1 100644 (file)
@@ -2,7 +2,7 @@
 
 There are quite a few different types of bootloaders that keyboards use, and just about all of the use a different flashing method. Luckily, projects like the [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) aim to be compatible with all the different types without having to think about it much, but this article will describe the different types of bootloaders, and available methods for flashing them.
 
-If you have a bootloader selected with the `BOOTLOADER` variable in your `rules.mk`, QMK will automatically calculate if your .hex file is the right size to be flashed to the device, and output the total size it bytes (along with the max). To run this process manually, compile with the target `check-size`, eg `make planck/rev4:default:check-size`.
+If you have a bootloader selected with the `BOOTLOADER` variable in your `rules.mk`, QMK will automatically calculate if your .hex file is the right size to be flashed to the device, and output the total size in bytes (along with the max). To run this process manually, compile with the target `check-size`, eg `make planck/rev4:default:check-size`.
 
 ## DFU