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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c73b15  Improve readability.
7c73b15 is described below

commit 7c73b15e1dc80337930acdd54d8180c2ded8fde3
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 23 16:47:18 2021 -0500

    Improve readability.
---
 src/site/asciidoc/manual/webapp.adoc | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/site/asciidoc/manual/webapp.adoc 
b/src/site/asciidoc/manual/webapp.adoc
index aa0c709..e11159f 100644
--- a/src/site/asciidoc/manual/webapp.adoc
+++ b/src/site/asciidoc/manual/webapp.adoc
@@ -61,10 +61,15 @@ be used to locate the configuration file.
 
 A Servlet 3.0 or newer web application is any `<web-app>` whose
 `version` attribute has a value of "3.0" or higher. Of course, the
-application must also be running in a compatible web container. Some
-examples are: Tomcat 7.0 and higher, GlassFish 3.0 and higher, JBoss 7.0
-and higher, Oracle WebLogic 12c and higher, and IBM WebSphere 8.0 and
-higher.
+application must also be running in a compatible web container.
+
+Some examples are:
+
+- Tomcat 7.0 and higher
+- GlassFish 3.0 and higher
+- JBoss 7.0 and higher
+- Oracle WebLogic 12c and higher
+- IBM WebSphere 8.0 and higher.
 
 === The Short Story
 

Reply via email to