From 4b4cb1c4e2acb72ecc2c845b4f3058301f479cef Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 18 Apr 2020 18:53:59 +0200 Subject: [PATCH] fix the versionadded directive markup --- reference/forms/types/options/extra_fields_message.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/extra_fields_message.rst.inc b/reference/forms/types/options/extra_fields_message.rst.inc index 224527b8ec7..5c969f7afce 100644 --- a/reference/forms/types/options/extra_fields_message.rst.inc +++ b/reference/forms/types/options/extra_fields_message.rst.inc @@ -3,7 +3,7 @@ .. versionadded:: 5.1 -The support for pluralization was introduced in Symfony 5.1. + Pluralization support was introduced in Symfony 5.1. **type**: ``string`` **default**: ``This form should not contain extra fields.``