Browse Source

Added missing word in docs/howto/error-reporting.txt.

Ryan Castner 8 years ago
parent
commit
dbf79c5acf
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/howto/error-reporting.txt

+ 4 - 4
docs/howto/error-reporting.txt

@@ -120,10 +120,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
 -------------------------------