diff --git a/packages/core/schematics/migrations.json b/packages/core/schematics/migrations.json index a077e0fd38..11101b01f2 100644 --- a/packages/core/schematics/migrations.json +++ b/packages/core/schematics/migrations.json @@ -97,7 +97,7 @@ }, "migration-v12-deep-shadow-piercing-selector": { "version": "12.0.2", - "description": "Automatically migrates shadow-piercing selector from `/deep/` to the recommanded alternative `::ng-deep`.", + "description": "Automatically migrates shadow-piercing selector from `/deep/` to the recommended alternative `::ng-deep`.", "factory": "./migrations/deep-shadow-piercing-selector/index" } }