diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index ee66bfb14f..66c41b27cc 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -125,10 +125,10 @@ Filtering error reports
 .. warning::
 
     Filtering sensitive data is a hard problem, and it's nearly impossible to
-    guarantee that sensitive won't leak into an error report. Therefore, error
-    reports should only be available to trusted team members and you should
-    avoid transmitting error reports unencrypted over the Internet (such as
-    through email).
+    guarantee that sensitive data won't leak into an error report. Therefore,
+    error reports should only be available to trusted team members and you
+    should avoid transmitting error reports unencrypted over the Internet
+    (such as through email).
 
 Filtering sensitive information
 -------------------------------