oreilly/couchdb-guide

The !json Macro example have a misspelled word in the Show Functions section

izabala opened this issue · 1 comments

it says:
var template.edit = "contents of edit."
var teplate.post = "contents of post.
"

The second line should say:
var template.post = "contents of post.*"

janl commented

good find! Would yo be interested in submitting a pull request?