From 446de3a299771afb9f643518f13ddda4788244b2 Mon Sep 17 00:00:00 2001 From: neugartf Date: Fri, 21 Nov 2014 19:17:10 +0100 Subject: [PATCH] Update index.md --- docs/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index 25e10f0..b495300 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -9,7 +9,7 @@ existing records than a basic autocomplete. It uses the search context construct class to provide the search form. ```php -$grid->getConfig()->addComponent(new GridFieldAddExistingSearchButton())); +$grid->getConfig()->addComponent(new GridFieldAddExistingSearchButton()); ``` Inline Editing