1
0
mirror of https://github.com/django/django.git synced 2025-03-25 08:40:45 +00:00

[1.11.x] Added missing word in docs/howto/error-reporting.txt.

Backport of dbf79c5acf962a977e1498e3aab588256e7e7af8 from master
This commit is contained in:
Ryan Castner 2017-01-30 15:38:19 -05:00 committed by Tim Graham
parent f11c0008bc
commit 76a99f1b9a

@ -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
-------------------------------