Skip to content

Commit b7b9d82

Browse files
committed
minor symfony#9258 Fix: Typo (localheinz)
This PR was merged into the 4.0 branch. Discussion ---------- Fix: Typo This PR * [x] fixes a small typo 💁‍♂️ Running ``` $ git grep -i diferent ``` on [`4.0`](https://github.com/symfony/symfony-docs/tree/4.0) yields ``` testing/database.rst:116:``phpunit.xml.dist`` to use a diferent database for your tests: ``` Commits ------- 18b31b8 Fix: Typo
2 parents 5442d7a + 18b31b8 commit b7b9d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ not to overwrite data you entered when developing the application and also
113113
to be able to clear the database before every test.
114114

115115
To do this, you can override the value of the ``DATABASE_URL`` env var in the
116-
``phpunit.xml.dist`` to use a diferent database for your tests:
116+
``phpunit.xml.dist`` to use a different database for your tests:
117117

118118
.. code-block:: xml
119119

0 commit comments

Comments
 (0)