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

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


The following commit(s) were added to refs/heads/master by this push:
     new f39ab02  typo-fix
f39ab02 is described below

commit f39ab021a100eb046042c1676009462c9f1673fb
Author: josephpeacock <51184065+josephpeac...@users.noreply.github.com>
AuthorDate: Wed Sep 11 10:10:48 2019 -0700

    typo-fix
    
    Spotted a minor typo in docs, changing lover -> lower
---
 maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm 
b/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
index 06ed150..258f88b 100644
--- a/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/skip-after-failure.apt.vm
@@ -44,7 +44,7 @@ Prerequisite
  Use ${project.artifactId} 2.19 or higher, JUnit 4.0 or higher, or 
  TestNG 5.10 or higher.
  
- If version of TestNG is lover than 5.10 while the parameter 
+ If version of TestNG is lower than 5.10 while the parameter 
  <<<skipAfterFailureCount>>> is set, the plugin fails with error:
  
  <<<[ERROR] Failed to execute goal ...: Parameter "skipAfterFailureCount"
@@ -53,7 +53,7 @@ Prerequisite
 
  
  
- If version of JUnit is lover than 4.0 while the parameter 
+ If version of JUnit is lower than 4.0 while the parameter 
  <<<skipAfterFailureCount>>> is set, the plugin fails with error:
  
  <<<[ERROR] Failed to execute goal ...: Parameter "skipAfterFailureCount"

Reply via email to