Skip to content

Commit 5f7eb92

Browse files
committed
minor #9772 Correct typo on best practices (kaybie3)
This PR was merged into the 4.0 branch. Discussion ---------- Correct typo on best practices <!-- 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 ------- 684e692 Correct typo on best practices
2 parents dd5928b + 684e692 commit 5f7eb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ of Symfony and the latest beta release:
239239
# it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
240240
- ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
241241
242-
Consider using `Travis cron`_ too to make sure your project is built even if
242+
Consider using the `Travis cron`_ tool to make sure your project is built even if
243243
there are no new pull requests or commits.
244244

245245
Installation

0 commit comments

Comments
 (0)