Skip to content

Commit d0a1c49

Browse files
committed
Polish
See gh-24604
1 parent d86eba3 commit d0a1c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Any dependencies that are required when running embedded but are not required wh
9090
[[executable-jar-war-index-files]]
9191
=== Index Files
9292
Spring Boot Loader-compatible jar and war archives can include additional index files under the `BOOT-INF/` directory.
93-
A `classpath.idx` file can be provided for both jars and wars, it provides the ordering that jars should be added to the classpath.
94-
The `layers.idx` file can be used only for jars, it allows a jar to be split into logical layers for Docker/OCI image creation.
93+
A `classpath.idx` file can be provided for both jars and wars, and it provides the ordering that jars should be added to the classpath.
94+
The `layers.idx` file can be used only for jars, and it allows a jar to be split into logical layers for Docker/OCI image creation.
9595

9696
Index files follow a YAML compatible syntax so that they can be easily parsed by third-party tools.
9797
These files, however, are _not_ parsed internally as YAML and they must be written in exactly the formats described below in order to be used.

0 commit comments

Comments
 (0)