From 3bea56b750d98ae816ed674c3d9c70b7b5f03a3b Mon Sep 17 00:00:00 2001 From: Jarek Jakubowski Date: Mon, 26 Sep 2022 15:03:54 +0200 Subject: [PATCH] Fix typo "private services services" --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index c40039e5f08..683998543ec 100644 --- a/testing.rst +++ b/testing.rst @@ -272,7 +272,7 @@ the container is stored in ``self::$container``:: The container in ``self::$container`` is actually a special test container. It gives you access to both the public services and the non-removed -:ref:`private services ` services. +:ref:`private services `. .. note::