From 5a385a40e92267b4d66430b16974e6389f51b1c5 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 14 Dec 2023 11:52:55 +0100 Subject: [PATCH] Fix typo --- .../src/docs/asciidoc/executable-jar/restrictions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc index 92df8346fa1..0d35f1c2944 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc @@ -8,7 +8,7 @@ You need to consider the following restrictions when working with a Spring Boot * Zip entry compression: The `ZipEntry` for a nested jar must be saved by using the `ZipEntry.STORED` method. This is required so that we can seek directly to individual content within the nested jar. -The content of the nested jar file itself can still be compressed, as can any other entries in the outer jar. +The content of the nested jar file itself can still be compressed, as can any other entry in the outer jar.