You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/01 18:43:50 UTC

[2/2] logging-log4j-scala git commit: Fix grammatical error

Fix grammatical error


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/011bef8f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/011bef8f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/011bef8f

Branch: refs/heads/sbt
Commit: 011bef8fcfb87bed96853aabb97c35bc83979bb9
Parents: 4e87e1f
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Apr 1 13:43:44 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Apr 1 13:43:44 2018 -0500

----------------------------------------------------------------------
 src/asciidoctor/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/011bef8f/src/asciidoctor/index.adoc
----------------------------------------------------------------------
diff --git a/src/asciidoctor/index.adoc b/src/asciidoctor/index.adoc
index 4ded4de..41239dc 100644
--- a/src/asciidoctor/index.adoc
+++ b/src/asciidoctor/index.adoc
@@ -18,7 +18,7 @@
 :toc: left
 
 Log4j Scala API is a https://www.scala-lang.org/[Scala] logging facade based on https://logging.apache.org/log4j/2.x/[Log4j 2].
-Support for Scala versions 2.10, 2.11, and 2.12 are provided, and experimental support for pre-release versions of 2.13 is also provided.
+Support for Scala versions 2.10, 2.11, and 2.12 is provided, and experimental support for pre-release versions of 2.13 is also provided.
 Log4j Scala API uses Log4j 2.x as its logging backend by default, but this can also be replaced with compatible libraries (e.g., https://logback.qos.ch/[Logback]).
 While this library is not required to use Log4j API in Scala, it does provide idiomatic Scala APIs which are friendlier to use in Scala programs than the Java APIs.