You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/12/14 09:45:37 UTC

[maven-toolchains-plugin] branch master updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 02c23a2  Fix typo
02c23a2 is described below

commit 02c23a2f8b34474371ce49099e7f7aafa3138a4f
Author: Julien HENRY <ju...@sonarsource.com>
AuthorDate: Mon Dec 14 09:55:33 2020 +0100

    Fix typo
---
 src/site/apt/index.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 9dcadb5..9398c61 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -33,7 +33,7 @@ ${project.name}
 
   The Toolchains plugin has one goal:
 
-  * {{{./toolchain-mojo.html}toolchain:toolchain}} checks that toolchains requirements are met by currently configured toolchains.
+  * {{{./toolchain-mojo.html}toolchains:toolchain}} checks that toolchains requirements are met by currently configured toolchains.
 
 * Usage