From 4b38498cccf1ecfc437d4d0431e972b6f08bc21d Mon Sep 17 00:00:00 2001 From: Al-Saleh KEITA <28827545+askeita@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:20:13 +0200 Subject: [PATCH] Typo Replaced 'introduce' by 'introduced'. --- components/ldap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ldap.rst b/components/ldap.rst index c6dd9f96f4d..1d281a15e0d 100644 --- a/components/ldap.rst +++ b/components/ldap.rst @@ -163,7 +163,7 @@ delete existing ones:: .. versionadded:: 5.3 The option to make attribute names case-insensitive in ``getAttribute()`` - and ``hasAttribute()`` was introduce in Symfony 5.3. + and ``hasAttribute()`` was introduced in Symfony 5.3. Batch Updating ______________