Skip to content

Commit 29b1fa5

Browse files
committed
Merge pull request #269 from westy92/patch-1
Minor fixes
2 parents e28a015 + 52bd199 commit 29b1fa5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/phpinfo.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<?php
2-
phpinfo();
2+
phpinfo();
3+
?>

src/phpFastCache/CacheManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static function getInstance($storage = 'auto', $config = array())
9696

9797
/**
9898
* Setup Method
99-
* @param string $string | tradtiional(normal), memory (fast), phpfastcache (fastest)
99+
* @param string $string | traditional(normal), memory (fast), phpfastcache (fastest)
100100
*/
101101
public static function CachingMethod($string = "phpFastCache")
102102
{

0 commit comments

Comments
 (0)