From 18b31b82eef9ce6c974ef24c148fe8c01139b65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 13 Feb 2018 23:14:42 +0100 Subject: [PATCH] Fix: Typo --- testing/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/database.rst b/testing/database.rst index 2498555cb6d..b43a4ddb590 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -113,7 +113,7 @@ not to overwrite data you entered when developing the application and also to be able to clear the database before every test. To do this, you can override the value of the ``DATABASE_URL`` env var in the -``phpunit.xml.dist`` to use a diferent database for your tests: +``phpunit.xml.dist`` to use a different database for your tests: .. code-block:: xml