From 02787848f24e905997beefe870c248101407fd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariel=20Pereira=20Ruis=C3=A1nchez?= Date: Fri, 8 May 2026 13:12:23 +0200 Subject: [PATCH] Fix typo in 2-custom-image.md --- .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 d56b2daa..224f33bc 100644 --- a/.github/steps/2-custom-image.md +++ b/.github/steps/2-custom-image.md @@ -1,6 +1,6 @@ ## Step 2: Use a custom image in your codespace -The didn't specify any configuration for the codespace we just created, so GitHub used a default Docker image. While this is very useful, it won't be consistent and it doesn't version lock our runtime environment. Specifying the configuration is important to keep the development environment repeatable. +The repository didn't specify any configuration for the codespace we just created, so GitHub used a default Docker image. While this is very useful, it won't be consistent and it doesn't version lock our runtime environment. Specifying the configuration is important to keep the development environment repeatable. Let's do that now by providing a specific docker container image.