Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

Error in docs #116

Closed dalgard closed 9 years ago

dalgard commented 9 years ago

The README file with the hooks reference contains wrong semantics in the code examples that follow each section from .after.remove onwards.

The examples read test.after.remove: function (userId, doc) { where they should be reading test.after.remove(function (userId, doc) {.

Thanks for the good work!

matb33 commented 9 years ago

Oops... thanks for catching that... I can't believe I've had that mistake in there for so long!