diff --git a/views/write.html b/views/write.html
index 2cf5002..28dc6e8 100644
--- a/views/write.html
+++ b/views/write.html
@@ -42,7 +42,7 @@
},
placeholder: "Just type..."
});
- simplemd.autofocus = true;
+ simplemde.autofocus = true;
simplemde.placeholder("just type...");
var array = $('#typ').val().split(/\n|\r/);