Skip to content

Commit

Permalink
Make docs coherent with 5.x fix #18756
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Hanselmann committed Jun 13, 2019
1 parent 677a040 commit fc73e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/cookies.md
Expand Up @@ -84,7 +84,7 @@ the response.
#### `cookies.set(details)`

* `details` Object
* `url` String - The url to associate the cookie with. An error is thrown if the url is invalid.
* `url` String - The url to associate the cookie with. The promise will be rejected if the url is invalid.
* `name` String (optional) - The name of the cookie. Empty by default if omitted.
* `value` String (optional) - The value of the cookie. Empty by default if omitted.
* `domain` String (optional) - The domain of the cookie; this will be normalized with a preceding dot so that it's also valid for subdomains. Empty by default if omitted.
Expand Down

0 comments on commit fc73e89

Please sign in to comment.