From 11fc75f3c1b0eff1448b78820acf49aad871c833 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sun, 23 Feb 2014 10:37:04 +0100 Subject: [PATCH] Fixed typo in NotifyBanner docs --- NotifyBanner/docs/NotifyBanner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifyBanner/docs/NotifyBanner.md b/NotifyBanner/docs/NotifyBanner.md index 6df500a..3127933 100644 --- a/NotifyBanner/docs/NotifyBanner.md +++ b/NotifyBanner/docs/NotifyBanner.md @@ -25,7 +25,7 @@ This parameter is optional. It receives a JS-Object with parameters for colors a fgColor: "red", // Set the color of the Background - bgcolor: "yellow", + bgColor: "yellow", // Set the timeout in ms time: 4000