Skip to content

Commit 350849e

Browse files
committed
Grammar and punctuation improvements
1 parent 4843bd6 commit 350849e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

log4j-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<name>Apache Log4j API</name>
3232

3333
<description>The logging API of the Log4j project.
34-
Library and application code can log against this API.
34+
Library and application code can log through this API.
3535
It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
36-
Production applications are recommended to use it in combination with a fully-fledged implementation, such as Log4j Core.</description>
36+
Production applications are recommended to use Log4j API in combination with a fully-fledged implementation, such as Log4j Core.</description>
3737

3838
<properties>
3939
<maven.javadoc.skip>false</maven.javadoc.skip>

log4j-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
It bundles a rich set of components to assist various use cases:
3535
Appenders targeting files, network sockets, databases, SMTP servers;
3636
Layouts that can render CSV, HTML, JSON, Syslog, etc. formatted outputs;
37-
Filters that can be configured using log event rates, regular expressions, scripts, time; etc.
37+
Filters that can be configured using log event rates, regular expressions, scripts, time, etc.
3838
It contains several extension points to introduce custom components, if needed.</description>
3939

4040
<properties>

0 commit comments

Comments
 (0)