Skip to content

Commit 7dee5bf

Browse files
authored
Fix text for caching configuration in filesystem.md (laravel#8792)
Should be fixed in older branches too
1 parent d9222ed commit 7dee5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Typically, after updating the disk's credentials to match the credentials of the
139139
<a name="caching"></a>
140140
### Caching
141141

142-
To enable caching for a given disk, you may add a `cache` directive to the disk's configuration options. The `cache` option should be an array of caching options containing the `disk` name, the `expire` time in seconds, and the cache `prefix`:
142+
To enable caching for a given disk, you may add a `cache` directive to the disk's configuration options. The `cache` option should be an array of caching options containing the cache `store` name, the `expire` time in seconds, and the cache `prefix`:
143143

144144
's3' => [
145145
'driver' => 's3',

0 commit comments

Comments
 (0)