Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit a5db011

Browse files
cwe1ssdougbu
authored andcommitted
Fixed comment in Filters/FilterCollection (#5225)
1 parent fae0e9a commit a5db011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Mvc.Core/Filters/FilterCollection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public IFilterMetadata Add(Type filterType, int order)
6969
/// <param name="filterType">Type representing an <see cref="IFilterMetadata"/>.</param>
7070
/// <returns>An <see cref="IFilterMetadata"/> representing the added service type.</returns>
7171
/// <remarks>
72-
/// Filter instances will created through dependency injection. Use
72+
/// Filter instances will be created through dependency injection. Use
7373
/// <see cref="Add(Type)"/> to register a service that will be created via
7474
/// type activation.
7575
/// </remarks>
@@ -90,7 +90,7 @@ public IFilterMetadata AddService(Type filterType)
9090
/// <param name="order">The order of the added filter.</param>
9191
/// <returns>An <see cref="IFilterMetadata"/> representing the added service type.</returns>
9292
/// <remarks>
93-
/// Filter instances will created through dependency injection. Use
93+
/// Filter instances will be created through dependency injection. Use
9494
/// <see cref="Add(Type)"/> to register a service that will be created via
9595
/// type activation.
9696
/// </remarks>

0 commit comments

Comments
 (0)