diff options
author | Nicolas Munnich <[email protected]> | 2024-05-26 07:16:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-25 22:16:33 -0700 |
commit | 2d96f469c815cb84d4cfde7c052a7ee33e2da7ae (patch) | |
tree | d7b2c379581d86ed42a20b05d7c425a29b63cb02 /docs/blog | |
parent | 2ee76be6fee671042d9740ac0271eb69e2558165 (diff) | |
download | zmk-2d96f469c815cb84d4cfde7c052a7ee33e2da7ae.tar.gz zmk-2d96f469c815cb84d4cfde7c052a7ee33e2da7ae.zip |
fix(docs): Removing to-to typos (#2310)
Diffstat (limited to 'docs/blog')
-rw-r--r-- | docs/blog/2023-04-06-zephyr-3-2.md | 2 |
1 files changed, 1 insertions, 1 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 |