Merge pull request #4105 from AntonyThorpe/patch-3

Update 04_GridField.md docs for typo
This commit is contained in:
Will Morgan 2015-04-25 11:42:35 +01:00
commit ba7cb4c57f

View File

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