From 9a180c1685c85bf8d962bef329f32258b2cbeca1 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 12 Mar 2021 11:48:23 +0100 Subject: [PATCH] Update src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs Co-authored-by: Andy Butland --- .../DependencyInjection/StaticServiceProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs b/src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs index 95bb1fd92c..c73685b41d 100644 --- a/src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs +++ b/src/Umbraco.Web.Common/DependencyInjection/StaticServiceProvider.cs @@ -11,7 +11,7 @@ namespace Umbraco.Cms.Web.Common.DependencyInjection /// 1) Continue to have the same extension methods on IPublishedContent and IPublishedElement as in V8. To make migration easier. /// 2) To have a tool to avoid breaking changes in minor versions. All methods using this should in theory be obsolete. /// - /// Keep in mind, everything this is used, the code becomes basically untestable. + /// Keep in mind, every time this is used, the code becomes basically untestable. /// [EditorBrowsable(EditorBrowsableState.Never)] internal static class StaticServiceProvider