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.