Browse Source

fixup! Adding cookie flush store api

Hari Krishna Reddy Juturu 8 years ago
parent
commit
efca0a6e07
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/api/cookies.md

+ 3 - 1
docs/api/cookies.md

@@ -105,6 +105,8 @@ on complete.
 Removes the cookies matching `url` and `name`, `callback` will called with
 `callback()` on complete.
 
-#### `cookies.flushStore()`
+#### `cookies.flushStore(callback)`
+
+* `callback` Function
 
 Writes any unwritten cookies data to disk.