diff --git a/index.html b/index.html
index 6f9b98a..46dc6ff 100644
--- a/index.html
+++ b/index.html
@@ -204,7 +204,7 @@
"' class='bar-item__action bar-item__action--is-destructive remove-item'>"
);
$("#selectItem").val("");
- $(".remove-iteme").off();
+ $(".remove-item").off();
$(".remove-item").click(function(e) {
removeItem($(this).attr("codename"));
});