From f2bedb0a766d5fa617940924a1ccfa77d02c90b5 Mon Sep 17 00:00:00 2001 From: Nicolas Munnich Date: Mon, 15 Apr 2024 03:26:52 +0200 Subject: [PATCH] Fixed a typo --- docs/docs/development/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/setup.mdx b/docs/docs/development/setup.mdx index 74e4428e..feba3fab 100644 --- a/docs/docs/development/setup.mdx +++ b/docs/docs/development/setup.mdx @@ -32,7 +32,7 @@ Click the operating system you are using. (The VS Code & Docker option can be us -This option use the same [Docker image which is used by the GitHub action](https://github.com/zmkfirmware/zmk-docker) for local development. Beyond the benefits of [dev/prod parity](https://12factor.net/dev-prod-parity), this approach may be easier to set up for some operating systems. No toolchain or dependencies are necessary when using Docker; the container image you'll be using already has the toolchain installed and set up to use. +This option uses the same [Docker image which is used by the GitHub action](https://github.com/zmkfirmware/zmk-docker) for local development. Beyond the benefits of [dev/prod parity](https://12factor.net/dev-prod-parity), this approach may be easier to set up for some operating systems. No toolchain or dependencies are necessary when using Docker; the container image you'll be using already has the toolchain installed and set up to use. 1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop) for your operating system. 2. Install [Visual Studio Code](https://code.visualstudio.com/)