From 05475152c362723dfa13a8f997af2c0fbe322ae0 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 30 Nov 2014 16:03:39 -0800 Subject: [PATCH] Typo fix Grr, why does Github disable spell check when editing READMEs :/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b27b9f..285c575 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ new Sortable(el, { #### handle -To make list items draggable, Sortable disables text selection by the user. That's not always desirable. To allow tesxt selection, define a drag handler, which is an area of every list element that allows it to be dragged around. +To make list items draggable, Sortable disables text selection by the user. That's not always desirable. To allow text selection, define a drag handler, which is an area of every list element that allows it to be dragged around. ```js new Sortable(el, {