From c0887a58a0d7dca45f86ba8da94cafc222b52b58 Mon Sep 17 00:00:00 2001 From: Adam H Date: Fri, 29 Mar 2024 17:25:47 +0000 Subject: [PATCH] Corrected spelling mistake in universal images readme (#1008) --- src/universal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/README.md b/src/universal/README.md index c5c49731e..8bc2c1e19 100644 --- a/src/universal/README.md +++ b/src/universal/README.md @@ -18,7 +18,7 @@ See **[history](history)** for information on the contents of published images. ## Description -While language specific development containers can be useful, in some cases you may want to use more than one in a project without having to set them all up. In other cases you may be looking to create a general "sandbox" container you intend to use with multiple projects or repositories. The large container image generated here (`mcr.microsoft.com/devcontainers/universal:linux`) includes a number of runtime versions for popular languages lke Python, Node, PHP, Java, Go, C++, Ruby, and .NET Core/C#. +While language specific development containers can be useful, in some cases you may want to use more than one in a project without having to set them all up. In other cases you may be looking to create a general "sandbox" container you intend to use with multiple projects or repositories. The large container image generated here (`mcr.microsoft.com/devcontainers/universal:linux`) includes a number of runtime versions for popular languages like Python, Node, PHP, Java, Go, C++, Ruby, and .NET Core/C#. If you use GitHub Codespaces, this is the "universal" image that is used by default if no custom Dockerfile or image is specified. If you like what you see but want to make a few additions or changes, you can use a custom Dockerfile to extend it and add whatever you need.