From b169d226b4a8e06c7ee5219b04280a91b88f3e99 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 20 Jan 2018 22:12:57 -0500 Subject: [PATCH] docs: add missing quote --- docs/_partials/pages/index/filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_partials/pages/index/filters.rst b/docs/_partials/pages/index/filters.rst index 22f5d4aa..8fac995d 100644 --- a/docs/_partials/pages/index/filters.rst +++ b/docs/_partials/pages/index/filters.rst @@ -34,7 +34,7 @@ to be installed and filters configured for your model using the search manager. // Default `null`. 'fields' => [ // Key should be the filter name. - 'filter_1 => [ + 'filter_1' => [ // Any option which you can use Form::control() options. ], // Control options for other filters.