You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/dependency-injection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ASP.NET Core supports the dependency injection (DI) software design pattern, whi
19
19
20
20
For Blazor DI guidance, which adds to or supersedes the guidance in this article, see <xref:blazor/fundamentals/dependency-injection>.
21
21
22
-
For more information specific to dependency injection within MVC controllers, see <xref:mvc/controllers/dependency-injection>.
22
+
For information specific to dependency injection within MVC controllers, see <xref:mvc/controllers/dependency-injection>.
23
23
24
24
For information on using dependency injection in applications other than web apps, see [Dependency injection in .NET](/dotnet/core/extensions/dependency-injection).
0 commit comments