awatson1978 / meteor-api

Meteor API with tab completion and syntax highlighting.
MIT License
80 stars 17 forks source link

Typos #65

Closed sasikanth513 closed 9 years ago

sasikanth513 commented 9 years ago

I think in the following line

https://github.com/awatson1978/meteor-api/blob/af746b3704c147026615a24c7e86ce85ec68922f/snippets/meteor-api-snippets-coffeescript.cson#L317

It shoudl be Meteor.setTimeout not Match.setTimeout

sasikanth513 commented 9 years ago

Same for next command too

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

sasikanth513 commented 9 years ago

Looks like there is already a pull request for this.

So closing this issue.