From accfe6cd79c987f3b0748905f3d510a6d92a8d64 Mon Sep 17 00:00:00 2001 From: Brooklyn Dewolf Date: Fri, 15 Mar 2024 10:52:22 +0000 Subject: [PATCH] Fix typo in DEVELOPMENT.adoc --- DEVELOPMENT.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.adoc b/DEVELOPMENT.adoc index c2ec2842bc0..ffe039d64a5 100644 --- a/DEVELOPMENT.adoc +++ b/DEVELOPMENT.adoc @@ -16,7 +16,7 @@ The `-d` flag runs the container in detached mode. ### Connect to your Dev Container and build the application -#### Open folder in a DevContainer +#### Open folder in a Dev Container When you are running the container on your own device, open the project directory in Visual Studio Code, and use `Dev Containers: Reopen in Container` command from the Command Palette (F1).