Skip to content

Commit 37f85de

Browse files
authored
Corrected word to 'through' from 'though'
1 parent 620c52e commit 37f85de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/development/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ configuration that doesn't vary across the various environments your application
2626
is deployed in. The **config/app_local.php** file should contain the
2727
configuration data that varies between environments and should be managed by
2828
configuration management, or your deployment tooling. Both of these files reference environment variables
29-
through the ``env()`` function that enables configuration values to set though
29+
through the ``env()`` function that enables configuration values to set through
3030
the server environment.
3131

3232
Loading Additional Configuration Files

0 commit comments

Comments
 (0)