From 62f5e4432444ed59dd8dea90ba7204c9d5ba425c Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 29 Jun 2020 16:29:09 -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 683948d98b..f8c8321fd2 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 @@ -132,7 +132,7 @@ The index file would look like this: [[executable-jar-war-index-files-layers]] === Layer Index -The classpath index file can be provided in `BOOT-INF/layers.idx`. +The layers 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. 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.