diff options
| author | Ryan Castner <castner.rr@gmail.com> | 2017-01-30 15:38:19 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-30 15:38:55 -0500 |
| commit | dbf79c5acf962a977e1498e3aab588256e7e7af8 (patch) | |
| tree | 699eba369f81b3a688db134f5a0d8e954df158bc /docs/howto/error-reporting.txt | |
| parent | ccfd1295f986cdf628d774937d0b38a14584721f (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.txt | 8 |
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 ------------------------------- |
