From a51fdd907a5c893cd77d23526992ecf57a54fe06 Mon Sep 17 00:00:00 2001 From: Wilson Li Date: Sun, 25 Oct 2015 18:39:22 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e98373..c24e0cf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It implements a custom *appear*/*disappear* events which are fired when an eleme // this element is now outside browser viewport }); -If you want to fire *appear* event for elements which are close to vieport but are not visible yet, you may add data attributes *appear-top-offset* and *appear-left-offset* to DOM nodes. +If you want to fire *appear* event for elements which are close to viewport but are not visible yet, you may add data attributes *appear-top-offset* and *appear-left-offset* to DOM nodes.
...
# appear will be fired when an element is below browser viewport for 600 or less pixels