From 97000ac2708e44ced764420cb3d96610606b725d Mon Sep 17 00:00:00 2001 From: mattstrick Date: Sat, 13 Oct 2018 10:04:46 -0500 Subject: [PATCH] Fix typo in README.md (#862) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b85dbac..fca5230 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ And use it like this: $('#yourElement').animateCss('bounce'); or; $('#yourElement').animateCss('bounce', function() { - // Do somthing after animation + // Do something after animation }); ```