Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The only deviation from the original spec is the addition of the input operator
#Usage

var hello_world = ':-O Hello World :-Q S:-P :-Q';
var code = new Emoticon.Parser(hellow_world);
var code = new Emoticon.Parser(hello_world);
config = {
input: function (cb) {
cb(window.prompt("input"));
Expand Down