Merge pull request #11282 from Toinane/fix-documentation

typographical revision in Documentation
This commit is contained in:
Charles Kerr 2017-12-03 09:01:24 -06:00 committed by GitHub
commit 6beaafc7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 315 additions and 315 deletions

View file

@ -37,7 +37,7 @@ The following events are available on instances of `Cookies`:
#### Event: 'changed'
* `event` Event
* `cookie` [Cookie](structures/cookie.md) - The cookie that was changed
* `cookie` [Cookie](structures/cookie.md) - The cookie that was changed.
* `cause` String - The cause of the change with one of the following values:
* `explicit` - The cookie was changed directly by a consumer's action.
* `overwrite` - The cookie was automatically removed due to an insert
@ -62,7 +62,7 @@ The following methods are available on instances of `Cookies`:
`url`. Empty implies retrieving cookies of all urls.
* `name` String (optional) - Filters cookies by name.
* `domain` String (optional) - Retrieves cookies whose domains match or are
subdomains of `domains`
subdomains of `domains`.
* `path` String (optional) - Retrieves cookies whose path matches `path`.
* `secure` Boolean (optional) - Filters cookies by their Secure property.
* `session` Boolean (optional) - Filters out session or persistent cookies.