awatson1978/meteor-api

Typos

sasikanth513 opened this issue · 2 comments

I think in the following line

'body': 'Match.setTimeout (->

It shoudl be Meteor.setTimeout not Match.setTimeout

Same for next command too

'Meteor.setInterval': 'prefix': 'setInterval' 'body': 'Match.setTimeout (-> \n\t$2 \n${1:milliseconds})'

Looks like there is already a pull request for this.

So closing this issue.