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 matsko committed Sep 5, 2019
1 parent 497d6b1 commit 4c3674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/providers.md
Original file line number Diff line number Diff line change
@@ -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 4c3674f

Please sign in to comment.