1
0

Fix component name references

This commit is contained in:
Gary Gregory
2023-10-19 10:53:50 -04:00
parent 32c8bd6257
commit 98ac644aaf
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ of a particular one on the overall application that the library is a part of.</p
<p>The Logging package is an ultra-thin bridge between different logging
implementations. A library that uses the commons-logging API can be used with
any logging implementation at runtime. Commons-logging comes with support for a
any logging implementation at runtime. Commons Logging comes with support for a
number of popular logging implementations, and writing adapters for others is a
reasonably simple task.</p>