Skip to content

Commit 43aa39a

Browse files
author
Josh Holmer
committed
Fix typo
1 parent f0c45dc commit 43aa39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ You should typically run the `config:cache` command as part of your deployment r
143143
<a name="accessing-configuration-values"></a>
144144
### Accessing Configuration Values
145145

146-
You may easily access your configuration values using the global `config` helper function. The configuration values may be accessed using "dot" syntax, which includes the name of the file and option you with to access. A default value may also be specified and will be returned if the configuration option does not exist:
146+
You may easily access your configuration values using the global `config` helper function. The configuration values may be accessed using "dot" syntax, which includes the name of the file and option you wish to access. A default value may also be specified and will be returned if the configuration option does not exist:
147147

148148
$value = config('app.timezone');
149149

0 commit comments

Comments
 (0)