Skip to content

Commit

Permalink
Fixed typo in class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland committed Nov 22, 2020
1 parent 024b37e commit 09cfe5f
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,13 +1,11 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using Umbraco.Core.Security;
using Umbraco.Web.Website.Security;
using Umbraco.Web.Website.ViewEngines;

namespace Umbraco.Extensions
{
public static class UmbracoWebstiteServiceCollectionExtensions
public static class UmbracoWebsiteServiceCollectionExtensions
{
public static void AddUmbracoWebsite(this IServiceCollection services)
{
Expand Down

0 comments on commit 09cfe5f

Please sign in to comment.