updating README and fixing typo

This commit is contained in:
Ahmad Nassri
2015-04-02 14:22:32 -04:00
parent 217b436124
commit 8da79e7898
2 changed files with 12 additions and 2 deletions

View File

@@ -106,9 +106,9 @@ class Request
/**
* Set a coockie file path for enabling coockie handling
*
* $cookieFile must be a correct path with permission to write to them
* $cookieFile must be a correct path with write permission
*
* @param string $cookieFile - path to file for saving coockie
* @param string $cookieFile - path to file for saving cookie
*/
public static function cookieFile($cookieFile)
{