diff --git a/src/main/java/org/slf4j/impl/BukkitPluginLoggerAdapter.java b/src/main/java/org/slf4j/impl/BukkitPluginLoggerAdapter.java
index 2f36a9c..e139d28 100644
--- a/src/main/java/org/slf4j/impl/BukkitPluginLoggerAdapter.java
+++ b/src/main/java/org/slf4j/impl/BukkitPluginLoggerAdapter.java
@@ -94,8 +94,8 @@ import org.yaml.snakeyaml.Yaml;
* defaults to false.
*
*
slf4j.showThreadName -Set to true if you want
- * to output the current thread name. If unspecified or given any other value,
- * defaults to false.false.
*
* slf4j.showLogName - Set to true if you want the
* logger instance name (wrapped in curly braces) to be included in output
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 15eccf1..6b8f1a6 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -49,7 +49,7 @@ slf4j:
# If not specified or given an invalid value, defaults to "false".
showHeader: false
- # Shows the name of each thread that is logging via SLF4Bukkit. You probably
+ # Shows the name of the logging thread, wrapped in brackets. You probably
# don't want this information unless you're helping troubleshoot a plugin.
#
# If not specified or given an invalid value, defaults to "false".