mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed grammatical error in GridFieldDeleteAction class
documentation
This commit is contained in:
parent
98cc25a5fe
commit
3a91a97f89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user