fixed xml comment for GridConfigurationEditor

This commit is contained in:
Gunnar
2019-09-27 14:08:03 +00:00
committed by Sebastiaan Janssen
parent 7de7e59f55
commit 8a06f2f062

View File

@@ -8,7 +8,7 @@ using Umbraco.Core.PropertyEditors.Validators;
namespace Umbraco.Web.PropertyEditors
{
/// <summary>
/// Represents the configuration for the grid value editor.
/// Represents the configuration editor for the grid value editor.
/// </summary>
public class GridConfigurationEditor : ConfigurationEditor<GridConfiguration>
{