MINOR Fixed grammatical error in GridFieldDeleteAction class

documentation
This commit is contained in:
Sean Harvey 2012-03-23 10:59:17 +13:00
parent 98cc25a5fe
commit 3a91a97f89

View File

@ -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