Update cookies.md

This commit is contained in:
Jonathan 2017-12-02 01:27:53 +01:00 committed by GitHub
parent ff6596fd05
commit f32f0fb774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)`