diff options
| author | Jouke Witteveen <j.witteveen@gmail.com> | 2022-02-06 18:36:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 17:36:44 +0000 |
| commit | 14f886d03bead5022d1a3ebcc72c75ae1f2b622e (patch) | |
| tree | bfa4ccdd7f5dc7dfbf15054ae35e15fe78e5baa8 /docs/api_docs.md | |
| parent | 8da9588bfb6b3ce89c4624ad61d2de7b73274c22 (diff) | |
| download | qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.tar.gz qmk_firmware-14f886d03bead5022d1a3ebcc72c75ae1f2b622e.zip | |
[Docs] Address some typos (also in moonlander matrix.c) (#16248)
* [Docs] Fix repeated words
* [Keyboard] Fix moonlander output
The left/right orientation differs from Ergodox EZ.
Diffstat (limited to 'docs/api_docs.md')
| -rw-r--r-- | docs/api_docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api_docs.md b/docs/api_docs.md index 5032dbc87..eefb61a54 100644 --- a/docs/api_docs.md +++ b/docs/api_docs.md | |||
| @@ -62,7 +62,7 @@ This shows us that the job has made it through the queue and is currently runnin | |||
| 62 | 62 | ||
| 63 | Once your compile job has finished you'll check the `result` key. The value of this key is a hash containing several key bits of information: | 63 | Once your compile job has finished you'll check the `result` key. The value of this key is a hash containing several key bits of information: |
| 64 | 64 | ||
| 65 | * `firmware_binary_url`: A list of URLs for the the flashable firmware | 65 | * `firmware_binary_url`: A list of URLs for the flashable firmware |
| 66 | * `firmware_keymap_url`: A list of URLs for the the `keymap.c` | 66 | * `firmware_keymap_url`: A list of URLs for the `keymap.c` |
| 67 | * `firmware_source_url`: A list of URLs for the full firmware source code | 67 | * `firmware_source_url`: A list of URLs for the full firmware source code |
| 68 | * `output`: The stdout and stderr for this compile job. Errors will be found here. | 68 | * `output`: The stdout and stderr for this compile job. Errors will be found here. |
