Skip to content

Commit 52bd199

Browse files
committed
Fixing typo.
1 parent 0e74a58 commit 52bd199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)