docs(changelog): fix typo (#19766)

PR Close #19766
This commit is contained in:
cole-beckwith-sp 2017-10-17 15:17:32 -05:00 committed by Tobias Bosch
parent 3bcf0cf472
commit 3861ba2929
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
### BREAKING CHANGES
* **compiler:** The method `ngGetConentSelectors()`, deprecated in Angular 4.0, has been removed.
* **compiler:** The method `ngGetContentSelectors()`, deprecated in Angular 4.0, has been removed.
Use `ComponentFactory.ngContentSelectors` instead.