From 282aabd8f345c2031e2f1c6695f24881209410bf Mon Sep 17 00:00:00 2001 From: David Kozinn Date: Tue, 1 Oct 2019 21:31:35 -0400 Subject: [PATCH] Fixed a typo --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 6efde0e..b8ce217 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -33,7 +33,7 @@ python apprise --dry-run --tag=devops \ --config=/my/path/to/my/config/apprise.txt ``` -## To Much Data and Overflow Directive +## Too Much Data and Overflow Directive Out of the box, Apprise passes _everything_ you give it right along to the notification source. Some sources can handle a large surplus of data; others might not deal with it as well and as a result, your notification doesn't seem to go through). Apprise has a somewhat non-elegant way of handling this situation; but it's better than nothing. You simply need to tack on the **overflow** switch somewhere in your Apprise URL; for example: