Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e2919de

Browse files
cironuneswardbell
authored andcommitted
docs(glossary): improve DI word
closes #2007
1 parent daac8ff commit e2919de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ include _util-fns
248248
to assemble and run applications by "injecting" application parts
249249
into other application parts where and when needed.
250250

251-
At the core is an [`Injector`](#injector) that returns dependency values on request.
251+
At the core there is an [`Injector`](#injector) that returns dependency values on request.
252252
The expression `injector.get(token)` returns the value associated with the given token.
253253

254254
A token is an Angular type (`OpaqueToken`). We rarely deal with tokens directly; most

0 commit comments

Comments
 (0)