summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
authorErik Doffagne <erik.doffagne@gmail.com>2019-10-02 22:41:32 +0200
committerJack Humbert <jack.humb@gmail.com>2019-10-02 16:41:32 -0400
commitde386e5972597e89bda99022d30591ae2f6087b5 (patch)
tree3ec1d405e2aa76ebd4f2ddaba6471f736fd54104 /docs/cli.md
parent482ec79e5997b7ecab5102a0536fa3908ab68d02 (diff)
Fixed typos in documentation (#6871)
* Fixed typos in documentation * Update docs/arm_debugging.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/arm_debugging.md Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli.md b/docs/cli.md
index cb609e2a93..fe86cac1fb 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -44,7 +44,7 @@ qmk setup # This will clone `qmk/qmk_firmware` and optionally set up your build
We are looking for people to create and maintain a `qmk` package for more operating systems. If you would like to create a package for your OS please follow these guidelines:
* Follow best practices for your OS when they conflict with these guidelines
- * Documment why in a comment when you do deviate
+ * Document why in a comment when you do deviate
* Install using a virtualenv
* Instruct the user to set the environment variable `QMK_HOME` to have the firmware source checked out somewhere other than `~/qmk_firmware`.