From 0106f76648e13de533e5987a14df66c377009e07 Mon Sep 17 00:00:00 2001
From: David Beitey
Date: Fri, 20 May 2016 13:37:16 +1000
Subject: [PATCH] Fix minor typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c24e0cf..3fa1f38 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a total revamp of original jquery.appear plugin hosted on http://code.go
Check demo page!
-This plugin can be used to prevent unnecessary processeing for content that is hidden or is outside of the browser viewport.
+This plugin can be used to prevent unnecessary processing for content that is hidden or is outside of the browser viewport.
It implements a custom *appear*/*disappear* events which are fired when an element became visible/invisible in the browser viewport.