From 28b11d410c8da58109cc8ef371ea8ebf1ca83fee Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Mon, 26 Sep 2022 14:32:19 -0300 Subject: [PATCH] fix: adjusted typo --- docs/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index d39d39040f..035a66331e 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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.