Skip to content

Commit a50cdf8

Browse files
authored
Merge pull request laravel#3739 from m3esma/5.5
typo
2 parents 138ad63 + df3adec commit a50cdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You may also pass arguments to the `environment` method to check if the environm
5252
// The environment is either local OR staging...
5353
}
5454

55-
> {tip} The current application environment detection can be overriden by a server-level `APP_ENV` environment variable. This can be useful when you need to share the same application for different environment configurations, so you can set up a given host to match a given environment in your server's configurations.
55+
> {tip} The current application environment detection can be overridden by a server-level `APP_ENV` environment variable. This can be useful when you need to share the same application for different environment configurations, so you can set up a given host to match a given environment in your server's configurations.
5656
5757
<a name="accessing-configuration-values"></a>
5858
## Accessing Configuration Values

0 commit comments

Comments
 (0)