Refactoring: Fixed spelling mistake in method name (#20460)
* Fixed spelling mistake in method name. * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Kenn Jacobsen <kja@umbraco.dk> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -112,7 +112,7 @@ public class RenderController : UmbracoPageController, IRenderController
|
||||
/// </remarks>
|
||||
protected override IActionResult CurrentTemplate<T>(T model)
|
||||
{
|
||||
if (EnsurePhsyicalViewExists(UmbracoRouteValues.TemplateName) == false)
|
||||
if (EnsurePhysicalViewExists(UmbracoRouteValues.TemplateName) == false)
|
||||
{
|
||||
// no physical template file was found
|
||||
return new PublishedContentNotFoundResult(UmbracoContext);
|
||||
|
||||
Reference in New Issue
Block a user