Skip to content

Commit d0e6188

Browse files
authored
Merge pull request #8002 from amitrb/patch-1
Corrected word to 'through' from 'though'
2 parents 620c52e + 37f85de commit d0e6188

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)