From 71f8c1306f23af39062a173bbaca28b14a8a83c3 Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Thu, 11 Jul 2013 13:40:34 +0000 Subject: [PATCH] DOCFIX: small typo causing linking error --- docs/en/reference/grid-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/grid-field.md b/docs/en/reference/grid-field.md index 06326568b..d21f443a4 100644 --- a/docs/en/reference/grid-field.md +++ b/docs/en/reference/grid-field.md @@ -154,7 +154,7 @@ The fields displayed in the edit form are from `DataObject::getCMSFields()` The `GridFieldDetailForm` component drives the record editing form which is usually configured through the configs `GridFieldConfig_RecordEditor` and `GridFieldConfig_RelationEditor` described above. It takes its fields from `DataObject->getCMSFields()`, -but can be customized to accept different fields via its `[api:GridFieldDetailForm->setFields()](api:setFields())` method. +but can be customized to accept different fields via its `[api:GridFieldDetailForm->setFields()]` method. The component also has the ability to load and save data stored on join tables when two records are related via a "many_many" relationship, as defined through