This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree 1 file changed +2
-2
lines changed
src/Microsoft.AspNetCore.Mvc.Core/Filters 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public IFilterMetadata Add(Type filterType, int order)
69
69
/// <param name="filterType">Type representing an <see cref="IFilterMetadata"/>.</param>
70
70
/// <returns>An <see cref="IFilterMetadata"/> representing the added service type.</returns>
71
71
/// <remarks>
72
- /// Filter instances will created through dependency injection. Use
72
+ /// Filter instances will be created through dependency injection. Use
73
73
/// <see cref="Add(Type)"/> to register a service that will be created via
74
74
/// type activation.
75
75
/// </remarks>
@@ -90,7 +90,7 @@ public IFilterMetadata AddService(Type filterType)
90
90
/// <param name="order">The order of the added filter.</param>
91
91
/// <returns>An <see cref="IFilterMetadata"/> representing the added service type.</returns>
92
92
/// <remarks>
93
- /// Filter instances will created through dependency injection. Use
93
+ /// Filter instances will be created through dependency injection. Use
94
94
/// <see cref="Add(Type)"/> to register a service that will be created via
95
95
/// type activation.
96
96
/// </remarks>
You can’t perform that action at this time.
0 commit comments