Fix typo in XML doc

This commit is contained in:
Julian Dominguez 2016-11-09 14:07:19 -08:00 committed by Ryan Brandenburg
parent 3b4d8e2e3d
commit 2bacb6003f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
public interface IApplicationFeatureProvider<TFeature> : IApplicationFeatureProvider
{
/// <summary>
/// Updates the <paramref name="feature"/> intance.
/// Updates the <paramref name="feature"/> instance.
/// </summary>
/// <param name="parts">The list of <see cref="ApplicationPart"/>s of the
/// application.