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

docs(glossary): improve DI word #2007

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/glossary.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down