]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Grammar cleanup of Flashing Your Keyboard Newbs Guide (#5201)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Thu, 21 Feb 2019 17:24:59 +0000 (09:24 -0800)
committerDrashna Jaelre <drashna@live.com>
Thu, 21 Feb 2019 17:24:59 +0000 (09:24 -0800)
Fixed references to a "built" (sic) command, and an incorrect word.

docs/newbs_flashing.md

index 0b0ede37c4e0dae4c9a562d17b03363055d45044..9d2bf920f53afb6219d8ffa766d9b686ae4e3536 100644 (file)
@@ -86,7 +86,7 @@ If you know what bootloader that you're using, then when compiling the firmware,
 
 ### DFU
 
-For the DFU bootloader, when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 
+For the DFU bootloader, when you're ready to compile and flash your firmware, open up your terminal window and run the build command: 
 
     make <my_keyboard>:<my_keymap>:dfu
 
@@ -133,7 +133,7 @@ If you have any issues with this, you may need to this:
 
 ### Caterina 
 
-For Arduino boards and their close (such as the SparkFun ProMicro), when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 
+For Arduino boards and their clones (such as the SparkFun ProMicro), when you're ready to compile and flash your firmware, open up your terminal window and run the build command: 
 
     make <my_keyboard>:<my_keymap>:avrdude
 
@@ -201,7 +201,7 @@ If you have any issues with this, you may need to this:
 
 ## HalfKay
 
-For the PJRC devices (Teensy's), when you're ready to compile and flash your firmware, open up your terminal window and run the built command: 
+For the PJRC devices (Teensy's), when you're ready to compile and flash your firmware, open up your terminal window and run the build command: 
 
     make <my_keyboard>:<my_keymap>:teensy