diff --git a/forms/gridfield/GridFieldDeleteAction.php b/forms/gridfield/GridFieldDeleteAction.php index a1bb28573..dbee43372 100644 --- a/forms/gridfield/GridFieldDeleteAction.php +++ b/forms/gridfield/GridFieldDeleteAction.php @@ -2,8 +2,8 @@ /** * This class is a {@link GridField} component that adds a delete action for objects. * - * This will also supports unlinking a relation instead of deleting the object. Use the {@link $removeRelation} - * property set in the constructor. + * This component also supports unlinking a relation instead of deleting the object. + * Use the {@link $removeRelation} property set in the constructor. * * * $action = new GridFieldDeleteAction(); // delete objects permanently