Skip to content

Commit 87541c9

Browse files
authored
Merge pull request #695 from hiroin/fixed_typo
Fixed typo in docs/examples/files.php
2 parents cb5cb70 + dd55162 commit 87541c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
if (is_null($CachedString->get())) {
4242
//$CachedString = "Files Cache --> Cache Enabled --> Well done !";
43-
// Write products to Cache in 10 minutes with same keyword
43+
// Write products to Cache in 1 minutes with same keyword
4444
$CachedString->set("Files Cache --> Cache Enabled --> Well done !")->expiresAfter(60);
4545
$InstanceCache->save($CachedString);
4646

0 commit comments

Comments
 (0)