Skip to content

Commit 3af2abb

Browse files
committed
typo fix
1 parent 8f9e884 commit 3af2abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ $(function(){
2121
postForm.find('#preview').val('');
2222
});
2323
$('a.icon').on('click', function(){
24-
return confirm('Are you shure?');
24+
return confirm('Are you sure?');
2525
});
2626
});

0 commit comments

Comments
 (0)