:memo: Fix a type error.
authorHaojian Wu <hokein.wu@gmail.com>
Fri, 26 Jun 2015 02:47:50 +0000 (10:47 +0800)
committerHaojian Wu <hokein.wu@gmail.com>
Fri, 26 Jun 2015 02:47:50 +0000 (10:47 +0800)
docs/api/browser-window.md

index b9c78b9..0188063 100644 (file)
@@ -1102,9 +1102,9 @@ win.webContents.on('did-finish-load', function() {
       *  `secure` Boolean - Whether the cookie is marked as Secure (typically HTTPS)
       *  `http_only` Boolean - Whether the cookie is marked as HttpOnly
       *  `session` Boolean - Whether the cookie is a session cookie or a persistent
-         cookie with an expiration date.
+         cookie with an expiration date.
       *  `expirationDate` Double - (Option) The expiration date of the cookie as
-           the number of seconds since the UNIX epoch. Not provided for session cookies.
+         the number of seconds since the UNIX epoch. Not provided for session cookies.
 
 
 ### WebContents.session.cookies.set(details, callback)