Skip to content

Commit c64a661

Browse files
authored
Corrected Typo
Removed extra "s" in "fails"
1 parent 7bd0cd0 commit c64a661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Making Tests Fail
225225
By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_
226226
deprecation notices will make tests fail. Alternatively, you can configure
227227
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to
228-
``max[total]=320`` for instance. It will make the tests fails only if a
228+
``max[total]=320`` for instance. It will make the tests fail only if a
229229
higher number of deprecation notices is reached (``0`` is the default
230230
value).
231231

0 commit comments

Comments
 (0)