docs(CHANGELOG): fix provider syntax (#11258)

fixes #11256
This commit is contained in:
Victor Berchet 2016-09-06 10:26:20 -07:00 committed by Martin Probst
parent 5ee0f09b92
commit 1ff0add29e
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ prefix using `animate-` must now be preixed using `bind-animate-`.
We now only accept: We now only accept:
``` ```
{provider: MyClass, toFactory: ...} {provide: MyClass, useFactory: ...}
``` ```
* core: previously deprecated NgZoneError has been removed * core: previously deprecated NgZoneError has been removed