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

Fix typo misstating step in build using cache #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs_en/tutorial/image-building-best-practices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ a change to the `package.json`. Make sense?
Successfully tagged docker-101:latest
```

First off, you should notice that the build was MUCH faster! And, you'll see that steps 1-4 all have
First off, you should notice that the build was MUCH faster! And, you'll see that steps 2-4 all have
`Using cache`. So, hooray! We're using the build cache. Pushing and pulling this image and updates to it
will be much faster as well. Hooray!

Expand Down