From a7b3369994bccb3e43e6904294919f4b5fb9a032 Mon Sep 17 00:00:00 2001 From: jhonatanparada499 <119643678+jhonatanparada499@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:34:13 -0400 Subject: [PATCH] Update 2-custom-image.md (#115) 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).