Skip to content

Commit

Permalink
Qualify the store.removeAllCookies documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Nov 26, 2018
1 parent 1855bf3 commit 9ff4ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -428,7 +428,7 @@ Removes matching cookies from the store. The `path` parameter is optional, and

Pass an error ONLY if removing any existing cookies failed.

### `.removeAllCookies(cb(err))`
### `store.removeAllCookies(cb(err))`

_Optional_. Removes all cookies from the store.

Expand Down

0 comments on commit 9ff4ba5

Please sign in to comment.