From 28986ef75267679d5aaa567097f11a9579cc4aea Mon Sep 17 00:00:00 2001 From: binarious Date: Thu, 18 Jul 2019 12:30:01 +0200 Subject: [PATCH] docs(configuration): fix typo --- Resources/doc/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/configuration.md b/Resources/doc/configuration.md index e78d7d6..d84c75a 100644 --- a/Resources/doc/configuration.md +++ b/Resources/doc/configuration.md @@ -68,7 +68,7 @@ This option allow you to define the default text pattern the `TextFilterType` wi lexik_form_filter: condition_pattern: text.starts ``` -Available values for this option are: `text.contains`, `text.starts`, `text.ends`, `text.equal`. +Available values for this option are: `text.contains`, `text.starts`, `text.ends`, `text.equals`. ***