Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9705896

Browse files
committed
minor #16631 [Form] Fix typo (gintautasp12)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Fix typo Fixes a typo "Testings" -> "Testing" <!-- 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 ------- c4d4ced Fix typo
2 parents a7ca5da + c4d4ced commit 9705896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ variable exists and will be available in your form themes::
134134
the ``KernelTestCase`` instead and use the ``form.factory`` service to
135135
create the form.
136136

137-
Testings Types Registered as Services
137+
Testing Types Registered as Services
138138
-------------------------------------
139139

140140
Your form may be used as a service, as it depends on other services (e.g. the

0 commit comments

Comments
 (0)