From f371113a3b6e8157f677d00949ee9fc6a729aea9 Mon Sep 17 00:00:00 2001 From: psquickitjayant Date: Tue, 20 Jan 2015 16:50:09 +0530 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a71e1d3..bdbc8a2 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ myBetterLogger.push({'logglyKey': '8c518f97-e3e0-4bfb-a8ed-582d084a5289' }); // Send Console Errors to Loggly ---- -Keeping sendConsolErrors value to true will send all the unhandled errors to the Loggly with the detailed information like error message, URL, line number and column number. This script also take cares of all the previously defined window.onerror functions. +Keeping sendConsoleErrors value to true will send all the unhandled errors to the Loggly with the detailed information like error message, URL, line number and column number. This script also take cares of all the previously defined window.onerror functions.