diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-07-28 11:56:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 12:56:56 +0200 |
| commit | acde91745656a852a15db7611c08cabf93bb735b (patch) | |
| tree | 30f53d0329148c11691d84228acf3000dcbea034 /docs/howto/error-reporting.txt | |
| parent | c258918a03532e5381818e20866266545edb5206 (diff) | |
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index d40576817e..06fc434f67 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -123,7 +123,7 @@ Filtering error reports Filtering sensitive data is a hard problem, and it's nearly impossible to 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 + should avoid transmitting error reports unencrypted over the internet (such as through email). Filtering sensitive information |
