From eb8cf60af1a8aedd9a7f34a420485a0d6fcd8ac1 Mon Sep 17 00:00:00 2001 From: Severin J <48485375+sevjan@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:43:32 +0200 Subject: [PATCH] style: Typo in content title --- testing/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/database.rst b/testing/database.rst index bbf709801ba..6c337ee07a3 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -89,7 +89,7 @@ the employee which gets returned by the ``Repository``, which itself gets returned by the ``EntityManager``. This way, no real class is involved in testing. -Functional Testing of A Doctrine Repository +Functional Testing of a Doctrine Repository ------------------------------------------- In :ref:`functional tests ` you'll make queries to the