Skip to content

Commit 3548739

Browse files
committed
minor #17297 [Testing] Fix typo (JarJak)
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Testing] Fix typo "private services services" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3bea56b Fix typo
2 parents 3d48a04 + 3bea56b commit 3548739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ the container is stored in ``self::$container``::
272272

273273
The container in ``self::$container`` is actually a special test container.
274274
It gives you access to both the public services and the non-removed
275-
:ref:`private services <container-public>` services.
275+
:ref:`private services <container-public>`.
276276

277277
.. note::
278278

0 commit comments

Comments
 (0)