Skip to content

Commit

Permalink
Update cookies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
insideGen authored Dec 2, 2017
1 parent ff6596f commit f32f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit f32f0fb

Please sign in to comment.