Skip to content

Commit 7380676

Browse files
authored
Merge pull request #20 from JamesFreeman/bugfix/fix-typos-in-config
Fixed a few typo's in config stub
2 parents 5c5092c + 2104749 commit 7380676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| Tag used to return list of Secrets
2020
|--------------------------------------------------------------------------
2121
|
22-
| All the secrets with the `dev` tag will be loaded into enviroment variables
22+
| All the secrets with the `dev` tag will be loaded into environment variables
2323
|
2424
*/
2525

@@ -56,7 +56,7 @@
5656
| Cache Enabled
5757
|--------------------------------------------------------------------------
5858
|
59-
| Boolean if you would like to enable cache. Datastore requests can add an additional 100-250ms of latency to each request. It is reccomended to use caching to significantly reduce this latency.
59+
| Boolean if you would like to enable cache. Datastore requests can add an additional 100-250ms of latency to each request. It is recommended to use caching to significantly reduce this latency.
6060
|
6161
*/
6262

@@ -67,7 +67,7 @@
6767
| Cache Expiry
6868
|--------------------------------------------------------------------------
6969
|
70-
| The length of time that the Cache should be enabled for in minutes. 30-60 minutes is reccomended.
70+
| The length of time that the Cache should be enabled for in minutes. 30-60 minutes is recommended.
7171
|
7272
*/
7373

@@ -78,7 +78,7 @@
7878
| Cache Store
7979
|--------------------------------------------------------------------------
8080
|
81-
| Define the cache store that you wish to use (this must be configured in your config.cache file). Note you can only use a store that ddoes not require credentials to access it. As such file is suggested.
81+
| Define the cache store that you wish to use (this must be configured in your config.cache file). Note you can only use a store that does not require credentials to access it. As such file is suggested.
8282
|
8383
*/
8484

0 commit comments

Comments
 (0)