Added missing word in docs/howto/error-reporting.txt.
This commit is contained in:
parent
ccfd1295f9
commit
dbf79c5acf
|
@ -120,10 +120,10 @@ Filtering error reports
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Filtering sensitive data is a hard problem, and it's nearly impossible to
|
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
|
guarantee that sensitive data won't leak into an error report. Therefore,
|
||||||
reports should only be available to trusted team members and you should
|
error reports should only be available to trusted team members and you
|
||||||
avoid transmitting error reports unencrypted over the Internet (such as
|
should avoid transmitting error reports unencrypted over the Internet
|
||||||
through email).
|
(such as through email).
|
||||||
|
|
||||||
Filtering sensitive information
|
Filtering sensitive information
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
Loading…
Reference in New Issue