Skip to content

Commit

Permalink
Merge pull request #20 from JamesFreeman/bugfix/fix-typos-in-config
Browse files Browse the repository at this point in the history
Fixed a few typo's in config stub
  • Loading branch information
swilla authored Dec 6, 2021
2 parents 5c5092c + 2104749 commit 7380676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| Tag used to return list of Secrets
|--------------------------------------------------------------------------
|
| All the secrets with the `dev` tag will be loaded into enviroment variables
| All the secrets with the `dev` tag will be loaded into environment variables
|
*/

Expand Down Expand Up @@ -56,7 +56,7 @@
| Cache Enabled
|--------------------------------------------------------------------------
|
| 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.
| 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.
|
*/

Expand All @@ -67,7 +67,7 @@
| Cache Expiry
|--------------------------------------------------------------------------
|
| The length of time that the Cache should be enabled for in minutes. 30-60 minutes is reccomended.
| The length of time that the Cache should be enabled for in minutes. 30-60 minutes is recommended.
|
*/

Expand All @@ -78,7 +78,7 @@
| Cache Store
|--------------------------------------------------------------------------
|
| 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.
| 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.
|
*/

Expand Down

0 comments on commit 7380676

Please sign in to comment.