Skip to content

Commit f40444e

Browse files
committed
Fix typo
1 parent 38dd762 commit f40444e

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/packaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ If no `include` call is made, then all content (not claimed by an earlier closur
348348

349349
If no `exclude` call is made, then no exclusions are applied.
350350

351-
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.
351+
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.
352352
The subsequent `intoLayer` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer.
353353

354354
The `application` closure has similar rules.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If no `<include>` is defined, then all content (not claimed by an earlier block)
189189

190190
If no `<exclude>` is defined, then no exclusions are applied.
191191

192-
Looking at the `<dependencies>` example above, we can see tha the first `<into>` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer.
192+
Looking at the `<dependencies>` example above, we can see that the first `<into>` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer.
193193
The subsequent `<into>` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer.
194194

195195
The `<application>` block has similar rules.

0 commit comments

Comments
 (0)