From 3c388cf48ece744be6dd157574af467cdc9cea60 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 16 Apr 2020 13:20:39 -0700 Subject: [PATCH] Fix typo --- .../src/docs/asciidoc/appendix-executable-jar-format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc index 8910b9d276..daadc461e9 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-executable-jar-format.adoc @@ -134,7 +134,7 @@ The index file would look like this: === Layer Index The classpath index file can be provided in `BOOT-INF/layers.idx`. It provides a list of layers and the parts of the jar that should be contained within them. -Lyers are written in the order that they should be added to the Docker/OCI image. +Layers are written in the order that they should be added to the Docker/OCI image. Layers names are written as quoted strings prefixed with dash space (`"-·"`) and with a colon (`":"`) suffix. Layer content is either a file or folder name written as a quoted string prefixed by space space dash space (`"··-·"`). A folder name ends with `/`, a file name does not.