Skip to content

Commit a3789be

Browse files
authored
Fix typo (#20555)
1 parent 0b76a4e commit a3789be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/microservices/docker-application-development-process/docker-app-development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Then it would be just the same for every service, it would copy the whole soluti
246246

247247
1. The copy process would only be executed the first time (and when rebuilding if a file is changed) and would use the cache for all other services and
248248

249-
2. Since the larger image occurs in an intermediate stage it, doesn't affect the final image size.
249+
2. Since the larger image occurs in an intermediate stage, it doesn't affect the final image size.
250250

251251
The next significant optimization involves the `restore` command executed in line 17, which is also different for every service of eShopOnContainers. If you change that line to just:
252252

0 commit comments

Comments
 (0)