docs(core): fix spelling error (#42783)

Fix spelling error in migration schematics.

PR Close #42783
This commit is contained in:
Borislav Ivanov 2021-07-07 09:42:25 +03:00 committed by atscott
parent c30502ee1b
commit e7832a6b2f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
}, },
"migration-v12-deep-shadow-piercing-selector": { "migration-v12-deep-shadow-piercing-selector": {
"version": "12.0.2", "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" "factory": "./migrations/deep-shadow-piercing-selector/index"
} }
} }