diff --git a/MIGRATION.md b/MIGRATION.md index 2bf4f00d9077..7235c43b2319 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -2506,7 +2506,7 @@ const meta: Meta = { // Extract all providers (and nested ones) from a ModuleWithProviders importProvidersFrom(SomeOtherModule.forRoot()), ], - } + }), ], };