From f32f0fb7742ea6f9e22ff0f4d3da891ce25e9f43 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 2 Dec 2017 01:27:53 +0100 Subject: [PATCH] Update cookies.md --- docs/api/cookies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/cookies.md b/docs/api/cookies.md index a310359029a6..b05c9f168c2a 100644 --- a/docs/api/cookies.md +++ b/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)`