Skip to content

Commit 62f5e44

Browse files
committed
Fix typo
1 parent 7a81cea commit 62f5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The index file would look like this:
132132

133133
[[executable-jar-war-index-files-layers]]
134134
=== Layer Index
135-
The classpath index file can be provided in `BOOT-INF/layers.idx`.
135+
The layers index file can be provided in `BOOT-INF/layers.idx`.
136136
It provides a list of layers and the parts of the jar that should be contained within them.
137137
Layers are written in the order that they should be added to the Docker/OCI image.
138138
Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix.

0 commit comments

Comments
 (0)