Browse Source

Update cookies.md

Jonathan 7 years ago
parent
commit
f32f0fb774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/cookies.md

+ 1 - 1
docs/api/cookies.md

@@ -70,7 +70,7 @@ The following methods are available on instances of `Cookies`:
   * `error` Error
   * `cookies` [Cookie[]](structures/cookie.md) - an array of cookie objects.
 
-Sends a request to get all cookies matching `details`, `callback` will be called
+Sends a request to get all cookies matching `filter`, `callback` will be called
 with `callback(error, cookies)` on complete.
 
 #### `cookies.set(details, callback)`