From 7a445ee88d4e23b52c33fdc7601e40278616c7f8 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Thu, 21 Dec 2023 10:03:21 +0100 Subject: [PATCH] Fix typo in configuration example (#572) --- 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 a52be73..ede356f 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.