diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html
index c53ce758..6ed1f313 100755
--- a/slf4j-site/src/site/pages/faq.html
+++ b/slf4j-site/src/site/pages/faq.html
@@ -67,8 +67,8 @@
- Where can I get a particular
- SLF4J binding?
+ Where can I get a particular
+ SLF4J provider?
@@ -98,11 +98,17 @@
- What are the JMPS module names of the
+ What are the JPMS module names of the
various SLF4J artificats?
+
+ What is the difference
+ between an SLFJ binding and an SLF4J provider?
+
+
+
@@ -373,7 +379,7 @@
In version 2.0.0, SLF4J has been modularized per JPMS/Jigsaw
- specificaton. The JMPS module names are listed
+ specificaton. The JPMS module names are listed
in another FAQ entry.
More visibly, slf4j-api now relies on the
- What are the JMPS
+ What are the JPMS
module names of the various SLF4J artificats?
Although compatible with Java 8, SLF4J version 2.0 supports
- JMPS modularisation as introduced in Java 9. Here are the JMPS
+ JPMS modularisation as introduced in Java 9. Here are the JPMS
module names for the various artificats shipping in SLF4J.
| artifact name |
- JMPS module name |
+ JPMS module name |
| slf4j-api.jar |
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index c3ba3616..00f7ab2b 100755
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -35,7 +35,7 @@ document.write(' ');
document.write('');
document.write('
');
-document.write('');
+document.write('');
//document.write('
');