diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc index 9642e176a0..2cc8c57b6f 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc @@ -348,7 +348,7 @@ If no `include` call is made, then all content (not claimed by an earlier closur If no `exclude` call is made, then no exclusions are applied. -Looking at the `dependencies` closure in the example above, we can see tha the first `intoLayer` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. +Looking at the `dependencies` closure in the example above, we can see that the first `intoLayer` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. The subsequent `intoLayer` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer. The `application` closure has similar rules. diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc index 3e7d1dd145..99362c3e54 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc @@ -189,7 +189,7 @@ If no `` is defined, then all content (not claimed by an earlier block) If no `` is defined, then no exclusions are applied. -Looking at the `` example above, we can see tha the first `` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. +Looking at the `` example above, we can see that the first `` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. The subsequent `` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer. The `` block has similar rules.