Skip to content

Commit df3adec

Browse files
committed
typo
1 parent a91bdc4 commit df3adec

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)