diff --git a/website/source/docs/faq.html.markdown b/website/source/docs/faq.html.markdown
index 33f84777b4..c435503331 100644
--- a/website/source/docs/faq.html.markdown
+++ b/website/source/docs/faq.html.markdown
@@ -70,6 +70,6 @@ the current state of the catalog can lag behind until the state is reconciled.
## Q: Are failed nodes ever removed?
To prevent an accumulation of dead nodes, Consul will automatically reap failed
-nodes out of the catalog as well. This is currently done on a non-configurable
-interval of 72 hours. Reaping is similar to leaving, causing all associated
-services to be deregistered.
+nodes out of the catalog. This is currently done on a non-configurable interval
+of 72 hours. Reaping is similar to leaving, causing all associated services to
+be deregistered.