summaryrefslogtreecommitdiff
path: root/docs/api_docs.md
diff options
context:
space:
mode:
authorGeorge Rodrigues <georgerodrigues@live.com.au>2022-10-05 13:32:07 -0300
committerGitHub <noreply@github.com>2022-10-05 17:32:07 +0100
commit959f4cbb621868a4f0c1701f54ad2a1f45d889af (patch)
tree96b126c802cacb3645ed9a0bfda3a13ae5c915dd /docs/api_docs.md
parent5f671de13a01c88ceb86874dba91e4e66c4a3d51 (diff)
docs: some typos (#18582)
probably hacktoberism
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