From f08c1fe3d25c038b598843beee0b77a4954105c3 Mon Sep 17 00:00:00 2001 From: Stanislas Bernard Date: Tue, 18 Apr 2023 17:13:37 +0200 Subject: [PATCH] Update index.md (#17134) --- desktop/dev-environments/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dev-environments/index.md b/desktop/dev-environments/index.md index c583385b68..b2d3e795e2 100644 --- a/desktop/dev-environments/index.md +++ b/desktop/dev-environments/index.md @@ -9,7 +9,7 @@ title: Overview > > The Dev Environments feature is currently in [Beta](../../release-lifecycle.md#beta). We recommend that you do not use this in production environments. -Dev Environments lets you create a configurable developer environment with all the code and tools you need to quickly get up and running. +Dev Environments let you create a configurable developer environment with all the code and tools you need to quickly get up and running. 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.