From 3a9bf86e8087d6f8cedab06ff98f31c2635e2db5 Mon Sep 17 00:00:00 2001 From: Denilson Date: Wed, 19 Oct 2022 09:36:55 -0300 Subject: [PATCH] Update guide/source/2.8-migration.md Co-authored-by: Frederico Maia --- guide/source/2.8-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/source/2.8-migration.md b/guide/source/2.8-migration.md index 56d2050c15..94175df2bf 100644 --- a/guide/source/2.8-migration.md +++ b/guide/source/2.8-migration.md @@ -15,7 +15,7 @@ But starting from Node 16, Fibers will stop working, so Meteor needs to move awa If you want to know more about the plan, you can check this [discussion](https://github.com/meteor/meteor/discussions/11505). -

Why doing this now?

+

Why doing this change now?

This will be a considerable change for older Meteor applications, and some parts of the code of any Meteor app will have to be adjusted eventually. So it's important to start the migration process now.