aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Munnich <[email protected]>2024-05-26 07:16:33 +0200
committerGitHub <[email protected]>2024-05-25 22:16:33 -0700
commit2d96f469c815cb84d4cfde7c052a7ee33e2da7ae (patch)
treed7b2c379581d86ed42a20b05d7c425a29b63cb02
parent2ee76be6fee671042d9740ac0271eb69e2558165 (diff)
downloadzmk-2d96f469c815cb84d4cfde7c052a7ee33e2da7ae.tar.gz
zmk-2d96f469c815cb84d4cfde7c052a7ee33e2da7ae.zip
fix(docs): Removing to-to typos (#2310)
-rw-r--r--docs/blog/2023-04-06-zephyr-3-2.md2
-rw-r--r--docs/docs/behaviors/caps-word.md2
-rw-r--r--docs/docs/features/backlight.mdx2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/blog/2023-04-06-zephyr-3-2.md b/docs/blog/2023-04-06-zephyr-3-2.md
index 4ba71cacdb..4bb2199942 100644
--- a/docs/blog/2023-04-06-zephyr-3-2.md
+++ b/docs/blog/2023-04-06-zephyr-3-2.md
@@ -57,7 +57,7 @@ and then update it as appropriate to build the right shields/boards for your con
### Upgrade a manual script
-If you have a custom GitHub Actions workflow you need to maintain for some reason, you can update the workflow to to use the `stable` Docker image tag for the build:
+If you have a custom GitHub Actions workflow you need to maintain for some reason, you can update the workflow to use the `stable` Docker image tag for the build:
- Open `.github/workflows/build.yml` in your editor/IDE
- Change `zmkfirmware/zmk-build-arm:2.5` to `zmkfirmware/zmk-build-arm:stable` wherever it is found
diff --git a/docs/docs/behaviors/caps-word.md b/docs/docs/behaviors/caps-word.md
index 77c8fd20d2..4551884dd5 100644
--- a/docs/docs/behaviors/caps-word.md
+++ b/docs/docs/behaviors/caps-word.md
@@ -7,7 +7,7 @@ sidebar_label: Caps Word
The caps word behavior behaves similar to a caps lock, but will automatically deactivate when any key not in a continue list is pressed, or if the caps word key is pressed again. For smaller keyboards using [mod-taps](/docs/behaviors/mod-tap), this can help avoid repeated alternating holds when typing words in all caps.
-The modifiers are applied only to to the alphabetic (`A` to `Z`) keycodes, to avoid automatically applying them to numeric values, etc.
+The modifiers are applied only to the alphabetic (`A` to `Z`) keycodes, to avoid automatically applying them to numeric values, etc.
### Behavior Binding
diff --git a/docs/docs/features/backlight.mdx b/docs/docs/features/backlight.mdx
index 4c47305783..674e863301 100644
--- a/docs/docs/features/backlight.mdx
+++ b/docs/docs/features/backlight.mdx
@@ -58,7 +58,7 @@ config LED_PWM
endif # ZMK_BACKLIGHT
```
-Create a `<board>-pinctrl.dtsi` file if it does not already exist, and include it at the beginning of the `<board>.dts` file. `CONFIG_PINCTRL=y` must be added to to `<board>_defconfig` if it isn't already enabled.
+Create a `<board>-pinctrl.dtsi` file if it does not already exist, and include it at the beginning of the `<board>.dts` file. `CONFIG_PINCTRL=y` must be added to `<board>_defconfig` if it isn't already enabled.
The pinctrl file has a `&pinctrl` node that encompasses all pinctrl settings, including I2C or SPI peripherals (e.g. WS2812 LEDs, Battery fuel gauges):