Browse Source

Fix typo.

Mark Story 9 years ago
parent
commit
4ccdb99d78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/Cookie/CookieCollection.php

+ 1 - 1
src/Http/Cookie/CookieCollection.php

@@ -177,7 +177,7 @@ class CookieCollection implements IteratorAggregate, Countable
     /**
      * Add cookies that match the path/domain/expiration to the request.
      *
-     * This allows CookieCollections to be used a 'cookie jar' in an HTTP client
+     * This allows CookieCollections to be used as a 'cookie jar' in an HTTP client
      * situation. Cookies that match the request's domain + path that are not expired
      * when this method is called will be applied to the request.
      *