Skip to content

Commit

Permalink
docs: expand abbreviation in providers guide (angular#32400)
Browse files Browse the repository at this point in the history
The intro paragraph currently uses the DI abbreviation,
but it is clearer with DI written out and linked to the DI guide.

PR Close angular#32400
  • Loading branch information
sugoidesune authored and arnehoek committed Sep 26, 2019
1 parent 6acae58 commit fc9d1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/providers.md
@@ -1,6 +1,6 @@
# Providers

A provider is an instruction to the DI system on how to obtain a value for a dependency. Most of the time, these dependencies are services that you create and provide.
A provider is an instruction to the [Dependency Injection](/guide/dependency-injection) system on how to obtain a value for a dependency. Most of the time, these dependencies are services that you create and provide.

For the final sample app using the provider that this page describes,
see the <live-example></live-example>.
Expand Down

0 comments on commit fc9d1a0

Please sign in to comment.