diff options
author | Alex Olshansky <[email protected]> | 2024-11-10 01:09:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-10 01:09:29 +0100 |
commit | 7248438ee4817751ae7d6644acdb2d7ef9f2495d (patch) | |
tree | e57e4794519c61bb8c2b006ecbb2d8349208c467 /docs | |
parent | 2ded7919ebd63e0174bf5a412f6f01d6af0061c6 (diff) | |
download | zmk-7248438ee4817751ae7d6644acdb2d7ef9f2495d.tar.gz zmk-7248438ee4817751ae7d6644acdb2d7ef9f2495d.zip |
docs: Fix typos in local-toolchain/setup (#2626)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/local-toolchain/setup/container.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/development/local-toolchain/setup/container.mdx b/docs/docs/development/local-toolchain/setup/container.mdx index 56209b5035..b1fc0a4e3f 100644 --- a/docs/docs/development/local-toolchain/setup/container.mdx +++ b/docs/docs/development/local-toolchain/setup/container.mdx @@ -106,7 +106,7 @@ first make them available by creating volumes. </Tabs> Once this is done, you can refer to the `zmk-config` with -`/workspace/zmk-config` and `/workspace/zmk-modules` to the modules instead of +`/workspaces/zmk-config` and `/workspaces/zmk-modules` to the modules instead of using their full path like it is shown in the [build commands](../build-flash.mdx), since these are the locations they were mounted to in the container. |