From a5a37528590deb4e5f5cb4088d135a0abc8c2ce2 Mon Sep 17 00:00:00 2001 From: pavlenko Date: Tue, 30 Mar 2021 15:31:01 +0500 Subject: [PATCH] docs: fix misspelled word in VSCode Remote Development guide (#41376) There is a plural word after indefinite article in readme file. PR Close #41376 --- .devcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 79c5759fb1..6c93540407 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -1,4 +1,4 @@ -# VSCode Remote Development - Developing inside a Containers +# VSCode Remote Development - Developing inside a Container This folder contains configuration files that can be used to opt into working on this repository in a [Docker container](https://www.docker.com/resources/what-container) via [VSCode](https://code.visualstudio.com/)'s Remote Development feature (see below).