Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Esch committed Oct 22, 2013
1 parent 02cd68b commit 4ff7898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -16,7 +16,7 @@ var greeting

// Format using an object hash with keys matching [0-9a-zA-Z]+

greeting = format("Hello {name}, you have have {count} unread messages", {
greeting = format("Hello {name}, you have {count} unread messages", {
name: "Robert",
count: 12
})
Expand Down

0 comments on commit 4ff7898

Please sign in to comment.