mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix: adjusted typo
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
* Now `Meteor.call()` should be called only for **sync** methods. For calling an async method, you should use `Meteor.callAsync()`. If `Meteor.call()` is called for a sync method, an error will be thrown.
|
||||
* Now `Meteor.call()` should be called only for **sync** methods. For calling an async method, you should use `Meteor.callAsync()`. If `Meteor.call()` is called for an async method, an error will be thrown.
|
||||
|
||||
#### Migration Steps
|
||||
Read our [Migration Guide](https://deploy-preview-12057--meteor-guide.netlify.app/2.8-migration.html) for this version.
|
||||
|
||||
Reference in New Issue
Block a user