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:39:34 -0500 |
| commit | 76a99f1b9ab6386685483fcd012a176c41d49363 (patch) | |
| tree | a399389a8ebdf56da9077662456bc58f15ab3101 /docs | |
| parent | f11c0008bc4020fd5f4c02e4ee500a0fc58f0ab3 (diff) | |
[1.11.x] Added missing word in docs/howto/error-reporting.txt.
Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
Diffstat (limited to 'docs')
| -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 ------------------------------- |
