docs(core): fix typo (#28042)

PR Close #28042
This commit is contained in:
Ernest Galbrun 2019-01-10 14:15:03 +01:00 committed by Andrew Kushnir
parent d49d1e7d73
commit a24120011e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import {defineInjectable} from './interface/defs';
*
* Use an `InjectionToken` whenever the type you are injecting is not reified (does not have a
* runtime representation) such as when injecting an interface, callable type, array or
* parametrized type.
* parameterized type.
*
* `InjectionToken` is parameterized on `T` which is the type of object which will be returned by
* the `Injector`. This provides additional level of type safety.