From 2c9a8abf8a1ffdcc260b5f18a0d39a51ca568887 Mon Sep 17 00:00:00 2001 From: linghengqian Date: Sat, 12 Aug 2023 03:35:07 +0800 Subject: [PATCH] Fixes the name of the sub-XML tag of the XML tag of the classpath in the document --- docs/src/docs/asciidoc/maven-plugin.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/asciidoc/maven-plugin.adoc b/docs/src/docs/asciidoc/maven-plugin.adoc index 4e8e04bc..48e8519b 100644 --- a/docs/src/docs/asciidoc/maven-plugin.adoc +++ b/docs/src/docs/asciidoc/maven-plugin.adoc @@ -228,8 +228,8 @@ Build Configuration]. It is also possible to customize the plugin within a [source,xml] ---- - path/to/file.jar - path/to/classes + path/to/file.jar + path/to/classes ---- ``::