Skip to content

Commit 28460b1

Browse files
authored
fix typo in readme
1 parent 6e4b57c commit 28460b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ you are new to Docker. Images to consider:
7373
commands -- **the order matters**. To best take advantage of Docker's
7474
build-caching (that is, reusing previously built layers), it's often a good
7575
idea to put frequently-changing parts (such as `run_model.*`) near the end
76-
of the Dockerfile. The way build-caching works is that once as one step needs
77-
to be rebuilt, all subsequent steps will also be rebuilt.
76+
of the Dockerfile. The way build-caching works is that once a step needs to
77+
be rebuilt, all of the subsequent steps will also be rebuilt.
7878
7979
> [Learn more about Docker's build cache].
8080

0 commit comments

Comments
 (0)