From a11f99b7019f4b1e461be30e67c7d61f80e40b81 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Mon, 5 Oct 2015 10:31:38 -0400 Subject: [PATCH] Fix typographical error(s) Changed backgorund to background in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403d7a8..71debb3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A complete example: 'Context Menu Item 1': { click: function(element){ // element is the jquery obj clicked on when context menu launched alert('Menu item 1 clicked'); - element.css({backgroundColor: 'pink'}); // just as example the clicked items backgorund is changed + element.css({backgroundColor: 'pink'}); // just as example the clicked items background is changed }, klass: "custom-class1" // a custom css class for this menu item (usable for styling) },