Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 080e4ca

Browse files
committed
Typos and corrections
1 parent 5cd1986 commit 080e4ca

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

containers/azure-functions-java-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
FROM maven:3-jdk-8
77

8-
# Copy endpoint specific user settings overrides into container to specify Java path
8+
# Copy endpoint specific user settings into container to specify Java path
99
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
1010

1111
# Configure apt

containers/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does require any special steps to use. Just follow these steps:
15+
This definition does not require any special steps to use. Just follow these steps:
1616

1717
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
1818

containers/dart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does require any special steps to use. Just follow these steps:
15+
This definition does not require any special steps to use. Just follow these steps:
1616

1717
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
1818

containers/debian-9-git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does require any special steps to use. Just follow these steps:
15+
This definition does not require any special steps to use. Just follow these steps:
1616

1717
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
1818

containers/dotnetcore-2.1-fsharp/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
77

8-
# Copy endpoint specific user settings overrides into container to specify
8+
# Copy endpoint specific user settings into container to specify
99
# .NET Core should be used as the runtime.
1010
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
1111

containers/dotnetcore-latest-fsharp/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
FROM mcr.microsoft.com/dotnet/core/sdk:latest
77

8-
# Copy endpoint specific user settings overrides into container to specify
8+
# Copy endpoint specific user settings into container to specify
99
# .NET Core should be used as the runtime.
1010
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
1111

containers/go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does require any special steps to use. Just follow these steps:
15+
This definition does not require any special steps to use. Just follow these steps:
1616

1717
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
1818

containers/java-11/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
FROM maven:3-jdk-11
77

8-
# Copy endpoint specific user settings overrides into container to specify Java path
8+
# Copy endpoint specific user settings into container to specify Java path
99
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
1010

1111
# Configure apt

containers/java-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
FROM maven:3-jdk-8
77

8-
# Copy endpoint specific user settings overrides into container to specify Java path
8+
# Copy endpoint specific user settings into container to specify Java path
99
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
1010

1111
# Configure apt

containers/javascript-node-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition does require any special steps to use. Just follow these steps:
15+
This definition does not require any special steps to use. Just follow these steps:
1616

1717
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
1818

0 commit comments

Comments
 (0)