From 65f3c522e4041949efc1d0c1edcc404aa9178efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Fri, 11 Feb 2022 15:37:04 +0100 Subject: [PATCH] Fix a typo in the `.devcontainer` README --- .devcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index bd2425200ec14..de1742c74b1b7 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -63,7 +63,7 @@ You may see improved VNC responsiveness when accessing a codespace from VS Code 4. After you have connected to the codespace, you can use a [VNC Viewer](https://www.realvnc.com/en/connect/download/viewer/) to connect to `localhost:5901` and enter `vscode` as the password. - > **Tip:** You may also need change your VNC client's **Picture Quaility** setting to **High** to get a full color desktop. + > **Tip:** You may also need change your VNC client's **Picture Quality** setting to **High** to get a full color desktop. 5. Anything you start in VS Code, or the integrated terminal, will appear here.