From df7f5fc5501396cb78f458eb163ccc6584fbd9ee Mon Sep 17 00:00:00 2001 From: "Paul A. Trzyna" Date: Fri, 27 Jan 2017 22:29:17 -0600 Subject: [PATCH] style: fix typo in CHANGELOG.md (#14009) Correcting parameterize to parameterized at line 24 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686f9a830b..437bd12f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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