You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2021/03/13 19:51:24 UTC

[maven-compiler-plugin] branch master updated: Fix grammar

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2695b83  Fix grammar
     new a6e91b1  Merge pull request #42 from mthmulders/grammar
2695b83 is described below

commit 2695b83240aa712e7c456be16f040278cc564772
Author: Maarten Mulders <mt...@apache.org>
AuthorDate: Sat Mar 13 20:22:25 2021 +0100

    Fix grammar
---
 src/site/apt/examples/compile-using-different-jdk.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/examples/compile-using-different-jdk.apt.vm b/src/site/apt/examples/compile-using-different-jdk.apt.vm
index 8d13155..0cee54a 100644
--- a/src/site/apt/examples/compile-using-different-jdk.apt.vm
+++ b/src/site/apt/examples/compile-using-different-jdk.apt.vm
@@ -33,8 +33,8 @@ Compiling Sources Using A Different JDK
   The preferable way to use a different JDK is to use the toolchains mechanism. During the build of a project, Maven, 
   without toolchains, will use the JDK to perform various steps, like compiling the Java sources, generate the Javadoc,
   run unit tests or sign JARs. Each of those plugins need a tool of the JDK to operate: <<<javac>>>, <<<javadoc>>>,
-  <<<jarsigner>>>, etc. A toolchains is a way to specify the path to the JDK to use for all of those plugins in a
-  centralized manner, independant from the one running Maven itself.
+  <<<jarsigner>>>, etc. A toolchain is a way to specify the path to the JDK to use for all of those plugins in a
+  centralized manner, independent from the one running Maven itself.
   
   To set this up, refer to the {{{/guides/mini/guide-using-toolchains.html}Guide to Using Toolchains}}, which makes use
   of the {{{/plugins/maven-toolchains-plugin/}Maven Toolchains Plugin}}.
@@ -46,7 +46,7 @@ Compiling Sources Using A Different JDK
 
 * Configuring the Compiler Plugin
 
-  Outside of a toolchains, it is still possible to tell the Compiler Plugin the specific JDK to use during compilation.
+  Outside of a toolchain, it is still possible to tell the Compiler Plugin the specific JDK to use during compilation.
   Note that such configuration will be specific to this plugin, and will not affect others.
   
   The <<<compilerVersion>>> parameter can be used to specify the version of the