This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit faaaed135d57380f343b20df46c4cb16b011b32a Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Dec 31 00:12:04 2023 +0000 subject verb agreement minor grammar fix --- src/site/apt/examples/pass-compiler-arguments.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/examples/pass-compiler-arguments.apt.vm b/src/site/apt/examples/pass-compiler-arguments.apt.vm index d8b9197..46057ff 100644 --- a/src/site/apt/examples/pass-compiler-arguments.apt.vm +++ b/src/site/apt/examples/pass-compiler-arguments.apt.vm @@ -28,8 +28,8 @@ Pass Compiler Arguments - Sometimes, you need to pass other compiler arguments that are not handled by - the Compiler Plugin itself but is supported by the <<<compilerId>>> selected. + Sometimes, you need to pass compiler arguments that are not handled by + the Compiler Plugin itself but are supported by the <<<compilerId>>> selected. For such arguments, use the Compiler Plugin's <<<compilerArgs>>> parameter The following example passes compiler arguments to the <<<javac>>> compiler: