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 d5beee5 docs: fix typo
d5beee5 is described below
commit d5beee5866d742a1bc7347a6949504b53472ee0f
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Apr 14 18:25:13 2021 +0000
docs: fix typo
@michael-o
---
maven-surefire-plugin/src/site/markdown/multilineexceptions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-surefire-plugin/src/site/markdown/multilineexceptions.md
b/maven-surefire-plugin/src/site/markdown/multilineexceptions.md
index 4421d49..3b95c24 100644
--- a/maven-surefire-plugin/src/site/markdown/multilineexceptions.md
+++ b/maven-surefire-plugin/src/site/markdown/multilineexceptions.md
@@ -20,7 +20,7 @@ under the License.
Multi-line exception messages
=============================
-Surefire 2.19 introduced special handling for multi-lined exception messages
in order to faciliate vertical alignment. For example,
+Surefire 2.19 introduced special handling for multi-lined exception messages
in order to facilitate vertical alignment. For example,
java.lang.IllegalArgumentException: My Couch
|