From e9b2b8894c5f04e3c8ef2d2ee91e8705f43e4d45 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Wed, 20 Dec 2023 10:43:48 +0100 Subject: [PATCH] Fix typo in configuration example --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index a52be730c..ede356f93 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -463,7 +463,7 @@ The result is a Toolchain with entries for JDKs 8, 11 and 15. You can even combi architecture: x64 ``` -This will generate a Toolchains entry with the following values: `version: 1.6`, `vendor: jkdfile`, `id: Oracle_1.6`. +This will generate a Toolchains entry with the following values: `version: 1.6`, `vendor: jdkfile`, `id: Oracle_1.6`. ### Modifying The Toolchain Vendor For JDKs Each JDK provider will receive a default `vendor` using the `distribution` input value but this can be overridden with the `mvn-toolchain-vendor` parameter as follows.