From 251ea37b498baca686e820855f29c2d056a94a0d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 16 Feb 2018 10:18:10 -0800 Subject: [PATCH] Update Controller.cs --- src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs index 9157a055b7..5c680ffaaa 100644 --- a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs +++ b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Controller.cs @@ -29,7 +29,7 @@ namespace Microsoft.AspNetCore.Mvc /// controllers. /// /// This property can be accessed after the controller has been activated, for example, in a controller action - /// on by overriding . + /// or by overriding . /// /// /// This property can be also accessed from within a unit test where it is initialized with