From 128cbb8545c577dbb0151d35b542f521c2a8da91 Mon Sep 17 00:00:00 2001 From: Nils Stjernstrid <30721728+NilsFantastic@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:41:05 +0200 Subject: [PATCH] Update _index.md (#18368) spelling error fixed --- content/desktop/dev-environments/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/desktop/dev-environments/_index.md b/content/desktop/dev-environments/_index.md index ddde4468b7..bc0ced5f16 100644 --- a/content/desktop/dev-environments/_index.md +++ b/content/desktop/dev-environments/_index.md @@ -15,7 +15,7 @@ Dev Environments let you create a configurable developer environment with all th It uses tools built into code editors that allows Docker to access code mounted into a container rather than on your local host. This isolates the tools, files and running services on your machine allowing multiple versions of them to exist side by side. -You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from you terminal with the new [`docker dev` CLI plugin](dev-cli.md). +You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from your terminal with the new [`docker dev` CLI plugin](dev-cli.md). ![Dev environments tab in Docker Desktop](../images/dev-env.PNG) @@ -36,4 +36,4 @@ You can also use the many [sample dev environments](https://github.com/docker/aw Learn how to: - [Launch a dev environment](create-dev-env.md) - [Set up a dev environment](set-up.md) -- [Distribute your dev environment](share.md) \ No newline at end of file +- [Distribute your dev environment](share.md)