From 12e94b8ddf84f48e109fd82b6c982d012a08ca04 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 30 Jan 2024 20:35:22 +0100 Subject: [PATCH] Fix typo in user commands guide. --- docs/modules/ROOT/pages/user-command-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/user-command-guide.adoc b/docs/modules/ROOT/pages/user-command-guide.adoc index dfba9360..b0abb753 100644 --- a/docs/modules/ROOT/pages/user-command-guide.adoc +++ b/docs/modules/ROOT/pages/user-command-guide.adoc @@ -209,7 +209,7 @@ The Maven model also exposes several variables: * `{{artifact-version}}` * `{{artifact-path}}` * `{{project-name}}` -* `{{project-descriptoin}}` +* `{{project-description}}` * `{{maven-model}` - This is the https://maven.apache.org/ref/3.9.0/maven-model/apidocs/org/apache/maven/model/Model.html[org.apache.maven.model.Model] class. * `{{maven-properties}}` - This is a Java properties object that has, as keys, the values of each entry in the POM's `` section. * `{{java-version}}` - This looks for a Maven Property named `java.version` in the POM. If the value is `1.8`, it is converted to a value of `8`.