From 3a91a97f897b09f4c5c927a3424e4bc96f4b7361 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 23 Mar 2012 10:59:17 +1300 Subject: [PATCH] MINOR Fixed grammatical error in GridFieldDeleteAction class documentation --- forms/gridfield/GridFieldDeleteAction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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