diff --git a/guide/source/2.8-migration.md b/guide/source/2.8-migration.md index e5d58dee05..75fe246bd0 100644 --- a/guide/source/2.8-migration.md +++ b/guide/source/2.8-migration.md @@ -84,7 +84,7 @@ As said before, the `callAsync` should be used to call async methods. We do not consider this version of the `callAsync` as the final product. It has its limitations when your methods have a [stub](https://docs.meteor.com/api/methods.html#:~:text=was%20received%20on.-,Calling,and%20you%E2%80%99ll%20have%20to%20wait%20for%20the%20results%20from%20the%20server.,-If%20you%20do), and it should be used where you know it won't affect other parts of your application. -We'll continue working on it to find a solution where these limitations don't exist. +> We will revisit these limitations soon and try to find a solution where these limitations do not exist.