Skip to content

Commit 3c388cf

Browse files
committed
Fix typo
1 parent 70d4994 commit 3c388cf

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
@@ -134,7 +134,7 @@ The index file would look like this:
134134
=== Layer Index
135135
The classpath 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.
137-
Lyers are written in the order that they should be added to the Docker/OCI image.
137+
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.
139139
Layer content is either a file or folder name written as a quoted string prefixed by space space dash space (`"··-·"`).
140140
A folder name ends with `/`, a file name does not.

0 commit comments

Comments
 (0)