diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig
index 08a989a1..0ec83ec0 100644
--- a/templates/bundles/TwigBundle/Exception/error500.html.twig
+++ b/templates/bundles/TwigBundle/Exception/error500.html.twig
@@ -7,20 +7,20 @@
{% block admin_info %}
{% if exception.class == "Doctrine\\DBAL\\Exception\\ConnectionException" %}
- Can not connect to database.
Try follwing things:
+ Can not connect to database.
Try following things:
DATABASE_URL
in .env.local
is correct: database name, user and password must be correct.Try following things:
Try following things:
DATABASE_URL
in .env.local
is correct