From dbf79c5acf962a977e1498e3aab588256e7e7af8 Mon Sep 17 00:00:00 2001 From: Ryan Castner Date: Mon, 30 Jan 2017 15:38:19 -0500 Subject: [PATCH] Added missing word in docs/howto/error-reporting.txt. --- docs/howto/error-reporting.txt | 8 ++++---- 1 file 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 -------------------------------