style: fix typo in CHANGELOG.md (#14009)

Correcting parameterize to parameterized at line 24
This commit is contained in:
Paul A. Trzyna 2017-01-27 22:29:17 -06:00 committed by Miško Hevery
parent 24ea3f022b
commit df7f5fc550
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function myTest(injector: Injector) {
### BREAKING CHANGES
* core: - Because `injector.get()` is now parameterize it is possible that code
* core: - Because `injector.get()` is now parameterized it is possible that code
which used to work no longer type checks. Example would be if one
injects `Foo` but configures it as `{provide: Foo, useClass: MockFoo}`.
The injection instance will be that of `MockFoo` but the type will be