summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
diff options
context:
space:
mode:
authorRyan Castner <castner.rr@gmail.com>2017-01-30 15:38:19 -0500
committerTim Graham <timograham@gmail.com>2017-01-30 15:38:55 -0500
commitdbf79c5acf962a977e1498e3aab588256e7e7af8 (patch)
tree699eba369f81b3a688db134f5a0d8e954df158bc /docs/howto/error-reporting.txt
parentccfd1295f986cdf628d774937d0b38a14584721f (diff)
Added missing word in docs/howto/error-reporting.txt.
Diffstat (limited to 'docs/howto/error-reporting.txt')
-rw-r--r--docs/howto/error-reporting.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 7928d193d5..90918dffe4 100644
--- a/docs/howto/error-reporting.txt
+++ b/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
-------------------------------