Skip to content

Commit ae76d6d

Browse files
committed
minor #21267 [Testing] fix typo (sajadtorkamani)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Testing] fix typo <!-- 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 `7.x` for features of unreleased versions). --> Commits ------- 622c018 fix typo
2 parents 45ad3bf + 622c018 commit ae76d6d

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
@@ -113,7 +113,7 @@ to use the Symfony Kernel to fetch a service from the dependency injection
113113
container.
114114

115115
Symfony provides a :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCase`
116-
class to help you creating and booting the kernel in your tests using
116+
class to help you create and boot the kernel in your tests using
117117
``bootKernel()``::
118118

119119
// tests/Service/NewsletterGeneratorTest.php

0 commit comments

Comments
 (0)