diff --git a/src/site/apt/toolchains/jdk.apt.vm b/src/site/apt/toolchains/jdk.apt.vm
index 04f2ac1..c6cae94 100644
--- a/src/site/apt/toolchains/jdk.apt.vm
+++ b/src/site/apt/toolchains/jdk.apt.vm
@@ -51,7 +51,7 @@ JDK Toolchain
11
temurin
- for_mevenide
+ for_maven
/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
@@ -61,11 +61,11 @@ JDK Toolchain
+---+
- This defines a toolchain with version 11, vendor "temurin", and purpose "for_mevenide".
+ This defines a toolchain with version 11, vendor "temurin", and purpose "for_maven".
A project can request this toolchain by specifying the type "jdk" and the version "11".
It can also use a version range that includes 11 like <<<[8, 17]>>>. It can also ask for the
- vendor temurin, with or without version, or the purpose "for_mevenide".
+ vendor temurin, with or without version, or the purpose "for_maven".
* Toolchains Plugin Configuration