docs(glossary): improve DI word

closes #2007
This commit is contained in:
Ciro Nunes 2016-07-31 17:58:00 +02:00 committed by Ward Bell
parent daac8fffbe
commit e2919de78f
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ include _util-fns
to assemble and run applications by "injecting" application parts
into other application parts where and when needed.
At the core is an [`Injector`](#injector) that returns dependency values on request.
At the core there is an [`Injector`](#injector) that returns dependency values on request.
The expression `injector.get(token)` returns the value associated with the given token.
A token is an Angular type (`OpaqueToken`). We rarely deal with tokens directly; most