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`. ***