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