From f8926e13514d85fa31a776e77ad11539e78f2712 Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Thu, 13 Jun 2019 16:54:53 -0700 Subject: [PATCH] Fix some grammar --- containers/python-3-miniconda/.devcontainer/noop.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/python-3-miniconda/.devcontainer/noop.txt b/containers/python-3-miniconda/.devcontainer/noop.txt index dde8dc3c10..82122ed266 100644 --- a/containers/python-3-miniconda/.devcontainer/noop.txt +++ b/containers/python-3-miniconda/.devcontainer/noop.txt @@ -1,3 +1,3 @@ -This file copied into the container along with environment.yml* from the parent -folder. This file is included to prevents the Dockerfile COPY instruction from -failing if no environment.yml is found. \ No newline at end of file +This file is copied into the container along with environment.yml* from the +parent folder. This is done to prevent the Dockerfile COPY instruction from +failing if no environment.yml is found.