From 4d05c1c4f8f2c5aae3ea7698efeade2b458d345d Mon Sep 17 00:00:00 2001 From: Jeffrey Biles Date: Tue, 2 Aug 2016 09:36:38 -0500 Subject: [PATCH] Tiny typo fixed Not much else to say. Looks like a cool addon! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d536ad8..6d6c7fd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Calls `event.stopPropagating()`. ## `(drop-effect 'move')` -Applies specified drop effect onto the event. Equivalent to calling `even.dropEvent = move`; +Applies specified drop effect onto the event. Equivalent to calling `event.dropEvent = move`; ## Installation @@ -65,4 +65,4 @@ For more information on using ember-cli, visit [http://ember-cli.com/](http://em ## Credits -Thank you Miguel Camba for suggesting to try doing drag and drop with pure events. \ No newline at end of file +Thank you Miguel Camba for suggesting to try doing drag and drop with pure events.