From a36d7f89b636ec62c3718babf085d5a0c105e86f Mon Sep 17 00:00:00 2001 From: jhonatanparada499 <119643678+jhonatanparada499@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:02:04 -0400 Subject: [PATCH] Update 2-custom-image.md Typo fixed --- .github/steps/2-custom-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/2-custom-image.md b/.github/steps/2-custom-image.md index 74586b8..336f0b6 100644 --- a/.github/steps/2-custom-image.md +++ b/.github/steps/2-custom-image.md @@ -47,7 +47,7 @@ Let's add a `devcontainer.json` file and add a custom image. > Wait about **2 minutes** for the codespace to spin itself up. -1. Verify that your new codespace is is running, as you did previously. +1. Verify that your new codespace is running, as you did previously. Note the image being used is the default image provided for GitHub Codespaces. It includes runtimes and tools for Python, Node.js, Docker, and more. See the full list here: https://aka.ms/ghcs-default-image. Your development team can use any custom image that has the necessary prerequisites installed. For more information, see [codespace image](https://aka.ms/configure-codespace).