Skip to content

Commit ff8bb83

Browse files
committed
minor #9126 Fix environment variable name (pwaring)
This PR was merged into the 4.0 branch. Discussion ---------- Fix environment variable name Typo in environment variable means that it doesn't match other references. Commits ------- 6f433da Fix environment variable name
2 parents 015703b + 6f433da commit ff8bb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Thanks to a new recipe installed by Flex, look at the ``.env`` file again:
298298
+ DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
299299
+ ###< doctrine/doctrine-bundle ###
300300
301-
The new ``DATBASE_URL`` environment variable was added *automatically* and is already
301+
The new ``DATABASE_URL`` environment variable was added *automatically* and is already
302302
referenced by the new ``doctrine.yaml`` configuration file. By combining environment
303303
variables and Flex, you're using industry best practices without any extra effort.
304304

0 commit comments

Comments
 (0)