docs: expand abbreviation in providers guide (#32400)

The intro paragraph currently uses the DI abbreviation,
but it is clearer with DI written out and linked to the DI guide.

PR Close #32400
This commit is contained in:
Timar 2019-08-29 17:46:23 +02:00 committed by Matias Niemelä
parent 497d6b1323
commit 4c3674f660
1 changed files with 1 additions and 1 deletions

View File

@ -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>.