From 99dfc304ba15824d7fd0229be48edf3d3b2e3b8f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 11 Mar 2019 09:17:53 -0400 Subject: [PATCH] Making sentence not show up in code block --- configuration/dot-env-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/dot-env-changes.rst b/configuration/dot-env-changes.rst index af72b955514..1dff2d140d2 100644 --- a/configuration/dot-env-changes.rst +++ b/configuration/dot-env-changes.rst @@ -82,7 +82,7 @@ changes can be made to any Symfony 3.4 or higher app: $ mv .env .env.local $ git mv .env.dist .env - You can also update the `comment on the top of .env`_ to reflect the new changes. + You can also update the `comment on the top of .env`_ to reflect the new changes. #. If you're using PHPUnit, you will also need to `create a new .env.test`_ file and update your `phpunit.xml.dist file`_ so it loads the ``config/bootstrap.php``