]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update docs/hardware_keyboard_guidelines.md
authorKonstantin Đorđević <vomindoraan@gmail.com>
Mon, 14 Jan 2019 17:56:26 +0000 (09:56 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 8 Feb 2019 23:13:20 +0000 (15:13 -0800)
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
docs/hardware_keyboard_guidelines.md

index 6d037819190b53025cb2b8f3c30be798098c5f6c..6b996ecf62a58e677d70ef8a04453a7a753f5256 100644 (file)
@@ -57,7 +57,7 @@ All projects need to have a `config.h` file that sets things like the matrix siz
 
 ### `rules.mk`
 
-The prescence of this file means this folder is a keyboard target, and can be used in make commands. This is where you setup the build environment for your keyboard and configure the default set of features.
+The presence of this file means that the folder is a keyboard target and can be used in `make` commands. This is where you setup the build environment for your keyboard and configure the default set of features.
 
 ### `<keyboard_name.c>`