Skip to content

Commit 8ed2599

Browse files
committed
Rephrased Paketo section's task output
1 parent a897b33 commit 8ed2599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/post/dockerize-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ We can use paketo by executing the following gradle (or maven) task:
148148
./gradlew bootBuildImage
149149
```
150150

151-
The task will look at your files, configurations and create a docker image based on the result of the analyses. It's output is really user friendly and show all the parameters that it used for building the image.
151+
The task will look and analyze your files, configurations and create a docker image based on it. The task's output is really user friendly and show all the parameters that it used for building the image.
152152

153153
```bash
154154
> Task :bootBuildImage

0 commit comments

Comments
 (0)