From 027a46b4919a9fe2a08721ccf7fc433d1a7df05e Mon Sep 17 00:00:00 2001 From: Martin Jansson Date: Wed, 22 Jan 2014 17:50:22 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8108d9f..2a8a6b3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Whenever the condition returns true, be it on page load or when the viewport cha ## Debugging -The plugin provides some basic debugging which you can activate by setting `$.breakpoint.debug = true`. This will cause the plugin to log information to the browser console whenever a breakpoint is entered or exited. Add a `toString` method to your breakpoint object to distinguish between breakpoints; otherwise you'll se `[object Object]` as the name of the breakpoint. +The plugin provides some basic debugging which you can activate by setting `$.breakpoint.debug = true`. This will cause the plugin to log information to the browser console whenever a breakpoint is entered or exited. Add a `toString` method to your breakpoint object to distinguish between breakpoints; otherwise you'll see `[object Object]` as the name of the breakpoint. ## Tips and tricks