Skip to content

Commit

Permalink
docs(core): fix typo (angular#28042)
Browse files Browse the repository at this point in the history
PR Close angular#28042
  • Loading branch information
ernest-galbrun authored and ngfelixl committed Jan 27, 2019
1 parent 4c1ff4d commit df27059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/di/injection_token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df27059

Please sign in to comment.