From e2919de78f7b634cd7e6b661d8e8e1b6f12056bc Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Sun, 31 Jul 2016 17:58:00 +0200 Subject: [PATCH] docs(glossary): improve DI word closes #2007 --- public/docs/ts/latest/glossary.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index f4eb1ee117..2f8b11fced 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -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