From: Konstantin Đorđević Date: Mon, 14 Jan 2019 17:56:26 +0000 (-0800) Subject: Update docs/hardware_keyboard_guidelines.md X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a45b625b6253c30a573f29684829b6200c12b8a3;p=qmk_firmware.git Update docs/hardware_keyboard_guidelines.md Co-Authored-By: skullydazed --- diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index 6d0378191..6b996ecf6 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -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. ### ``