aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Strong <joestrong@gmail.com>2020-10-05 09:21:39 +0100
committerGitHub <noreply@github.com>2020-10-05 19:21:39 +1100
commit2013f6313430b977e557e482d30daa279a46e75d (patch)
treea7c99d156bc50a737825b1ae56b2974c61360d79
parent32661df8cd1a3a165b8e5a08bacff15ffaa6167e (diff)
downloadqmk_firmware-2013f6313430b977e557e482d30daa279a46e75d.tar.gz
qmk_firmware-2013f6313430b977e557e482d30daa279a46e75d.zip
Fixes small typo in docs (#10515)
-rw-r--r--docs/hardware_keyboard_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index a862bc0ca..d49d0d092 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -192,7 +192,7 @@ When developing your keyboard, keep in mind that all warnings will be treated as
192 192
193## Copyright Blurb 193## Copyright Blurb
194 194
195If you're adapting your keyboard's setup from another project, but not using the same code, but sure to update the copyright header at the top of the files to show your name, in this format: 195If you're adapting your keyboard's setup from another project, but not using the same code, be sure to update the copyright header at the top of the files to show your name, in this format:
196 196
197 Copyright 2017 Your Name <your@email.com> 197 Copyright 2017 Your Name <your@email.com>
198 198