summaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-10-21 22:51:02 +0200
committerskullY <skullydazed@gmail.com>2017-10-21 22:51:18 +0200
commit9bb259b660925c7a5cd64b3a0a4484cdf757b504 (patch)
treed430ed0cad5c3eff211359603a968868356b9cb8 /docs/contributing.md
parentab3dbd8daad0554104862f97e33291973bbef7ed (diff)
downloadqmk_firmware-9bb259b660925c7a5cd64b3a0a4484cdf757b504.tar.gz
qmk_firmware-9bb259b660925c7a5cd64b3a0a4484cdf757b504.tar.xz
Fix the naming for clueboard files
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 755dd012f..58af8ce53 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -80,7 +80,7 @@ We have a few different types of changes in QMK, each requiring a different leve
* Make sure your code change actually compiles.
* Keymaps: Make sure that `make keyboard:your_new_keymap` does not return an error
* Keyboards: Make sure that `make keyboard:all` does not return any errors
- * Core: Make sure that `make allkb` does not return any errors.
+ * Core: Make sure that `make all` does not return any errors.
* Make sure commit messages are understandable on their own. You should put a short description (no more than 70 characters) on the first line, the second line should be empty, and on the 3rd and later lines you should describe your commit in detail, if required. Example:
```