From 4c3674f66071e30b3311dac9b9ccc90502a72664 Mon Sep 17 00:00:00 2001 From: Timar Date: Thu, 29 Aug 2019 17:46:23 +0200 Subject: [PATCH] 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 --- aio/content/guide/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/providers.md b/aio/content/guide/providers.md index 07292440662b8..4d05b6ca8d40b 100644 --- a/aio/content/guide/providers.md +++ b/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 .