mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 04_GridField.md docs for typo
Variable name should be $grid, as defined when creating the GridField just above. Thanks.
This commit is contained in:
parent
b823d2df88
commit
c010cb4cec
@ -71,7 +71,7 @@ the `getConfig()` method on `GridField`.
|
|||||||
);
|
);
|
||||||
|
|
||||||
// GridField configuration
|
// GridField configuration
|
||||||
$config = $gridField->getConfig();
|
$config = $grid->getConfig();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Modification of existing components can be done by fetching that component.
|
// Modification of existing components can be done by fetching that component.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user