Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 21, 2017
1 parent 27bacf6 commit 3278ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Cookie/Cookie.php
Expand Up @@ -418,7 +418,7 @@ public function withNeverExpire()
}

/**
* Create a new cookie that wil deletes the cookie from the browser
* Create a new cookie that will expire/delete the cookie from the browser.
*
* This is done by setting the expiration time to 1 year ago
*
Expand All @@ -433,7 +433,7 @@ public function withExpired()
}

/**
* Checks if a value exists in the cookie data
* Checks if a value exists in the cookie data.
*
* @param string $path Path to check
* @return bool
Expand Down

0 comments on commit 3278ad2

Please sign in to comment.