From 8a06f2f0624ece957e196147ff7dcb6f9ba3c811 Mon Sep 17 00:00:00 2001 From: Gunnar Date: Fri, 27 Sep 2019 14:08:03 +0000 Subject: [PATCH] fixed xml comment for GridConfigurationEditor --- src/Umbraco.Web/PropertyEditors/GridConfigurationEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/PropertyEditors/GridConfigurationEditor.cs b/src/Umbraco.Web/PropertyEditors/GridConfigurationEditor.cs index 902cd5b41b..e6b1462df0 100644 --- a/src/Umbraco.Web/PropertyEditors/GridConfigurationEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/GridConfigurationEditor.cs @@ -8,7 +8,7 @@ using Umbraco.Core.PropertyEditors.Validators; namespace Umbraco.Web.PropertyEditors { /// - /// Represents the configuration for the grid value editor. + /// Represents the configuration editor for the grid value editor. /// public class GridConfigurationEditor : ConfigurationEditor {