From ba91bbd3979d34ad693895e8bc9e32840e39313b Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 14 Oct 2016 22:54:04 +1100 Subject: [PATCH] Fix spaces --- docs/api/structures/cookie.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/api/structures/cookie.md b/docs/api/structures/cookie.md index 7fdaa03d90b2..d00c35b61d28 100644 --- a/docs/api/structures/cookie.md +++ b/docs/api/structures/cookie.md @@ -1,14 +1,14 @@ -# Certificate Object +# Cookie Object -* `name` String - The name of the cookie. -* `value` String - The value of the cookie. -* `domain` String - The domain of the cookie. -* `hostOnly` String - Whether the cookie is a host-only cookie. -* `path` String - The path of the cookie. -* `secure` Boolean - Whether the cookie is marked as secure. -* `httpOnly` Boolean - Whether the cookie is marked as HTTP only. -* `session` Boolean - Whether the cookie is a session cookie or a persistent - cookie with an expiration date. -* `expirationDate` Double (optional) - The expiration date of the cookie as - the number of seconds since the UNIX epoch. Not provided for session - cookies. +* `name` String - The name of the cookie. +* `value` String - The value of the cookie. +* `domain` String - The domain of the cookie. +* `hostOnly` String - Whether the cookie is a host-only cookie. +* `path` String - The path of the cookie. +* `secure` Boolean - Whether the cookie is marked as secure. +* `httpOnly` Boolean - Whether the cookie is marked as HTTP only. +* `session` Boolean - Whether the cookie is a session cookie or a persistent + cookie with an expiration date. +* `expirationDate` Double (optional) - The expiration date of the cookie as + the number of seconds since the UNIX epoch. Not provided for session + cookies.