Skip to content

Commit 61289fd

Browse files
committed
minor #12519 fix typo (tacman)
This PR was merged into the 4.3 branch. Discussion ---------- fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 6bbb7dd fix typo
2 parents 6564055 + 6bbb7dd commit 61289fd

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
@@ -251,7 +251,7 @@ deprecations but:
251251
* forget to mark appropriate tests with the ``@group legacy`` annotations.
252252

253253
By using ``SYMFONY_DEPRECATIONS_HELPER=max[self]=0``, deprecations that are
254-
triggered outside the ``vendors`` directory will be accounted for seperately,
254+
triggered outside the ``vendors`` directory will be accounted for separately,
255255
while deprecations triggered from a library inside it will not (unless you reach
256256
999999 of these), giving you the best of both worlds.
257257

0 commit comments

Comments
 (0)