docs(core): fix spelling error (#42783)
Fix spelling error in migration schematics. PR Close #42783
This commit is contained in:
parent
c30502ee1b
commit
e7832a6b2f
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue