Skip to content

Commit 0ef0ae4

Browse files
authored
update to use contractions based on Acrolinx suggestions
1 parent 84a79e5 commit 0ef0ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ This issue can happen when Docker fails to find and copy a file.
17771777
**Troubleshooting steps**
17781778
* Ensure that the source file exists in the Docker build context
17791779
* Ensure that the source and destination paths exist and are spelled correctly
1780-
* Ensure that the source file is not listed in the `.dockerignore` of the current and parent directories
1780+
* Ensure that the source file isn't listed in the `.dockerignore` of the current and parent directories
17811781
* Remove any trailing comments from the same line as the `COPY` command
17821782
17831783
**Resources**
@@ -1815,7 +1815,7 @@ If you aren't using a virtual network, or if you've configured it correctly, tes
18151815
## *Unknown Docker command*
18161816
### Unknown Docker instruction
18171817
<!--issueDescription-->
1818-
This issue can happen when Docker does not recognize an instruction in the Dockerfile.
1818+
This issue can happen when Docker doesn't recognize an instruction in the Dockerfile.
18191819
18201820
**Potential causes:**
18211821
* Unknown Docker instruction being used in Dockerfile
@@ -1828,8 +1828,8 @@ This issue can happen when Docker does not recognize an instruction in the Docke
18281828
18291829
**Troubleshooting steps**
18301830
* Ensure that the Docker command is valid and spelled correctly
1831-
* Ensure there is a space between the Docker command and arguments
1832-
* Ensure there is no unnecessary whitespace in the Dockerfile
1831+
* Ensure there's a space between the Docker command and arguments
1832+
* Ensure there's no unnecessary whitespace in the Dockerfile
18331833
* Ensure Dockerfile is formatted correctly and is encoded in UTF-8
18341834
18351835
**Resources**

0 commit comments

Comments
 (0)