Skip to content

Commit

Permalink
MINOR Fixed grammatical error in GridFieldDeleteAction class
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
Sean Harvey committed Mar 22, 2012
1 parent 98cc25a commit 3a91a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forms/gridfield/GridFieldDeleteAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <code>
* $action = new GridFieldDeleteAction(); // delete objects permanently
Expand Down

0 comments on commit 3a91a97

Please sign in to comment.