summaryrefslogtreecommitdiffstats
path: root/docs/api_docs.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-05 16:55:12 +0000
committerQMK Bot <hello@qmk.fm>2022-10-05 16:55:12 +0000
commit86ce1d4b04031174b3eca666fbee5f7c9c706ab2 (patch)
tree1893ffaa3f6096e3a07d8cf971c14880db7e82bf /docs/api_docs.md
parentd1b6b062024dddf047f760efbad21edb2acca394 (diff)
parent959f4cbb621868a4f0c1701f54ad2a1f45d889af (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/api_docs.md')
-rw-r--r--docs/api_docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api_docs.md b/docs/api_docs.md
index e2f970f3ab..237b02fed2 100644
--- a/docs/api_docs.md
+++ b/docs/api_docs.md
@@ -21,7 +21,7 @@ This service is an asynchronous API for compiling custom keymaps. You POST some
}
```
-As you can see the payload describes all aspects of a keyboard necessary to create and generate a firmware. Each layer is a single list of QMK keycodes the same length as the keyboard's `LAYOUT` macro. If a keyboard supports mulitple `LAYOUT` macros you can specify which macro to use.
+As you can see the payload describes all aspects of a keyboard necessary to create and generate a firmware. Each layer is a single list of QMK keycodes the same length as the keyboard's `LAYOUT` macro. If a keyboard supports multiple `LAYOUT` macros you can specify which macro to use.
## Submitting a Compile Job