Skip to content

Commit

Permalink
Update ts ref in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush987goyal committed Jan 13, 2020
1 parent c3c9061 commit 3e806fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useCookie.md
Expand Up @@ -35,5 +35,5 @@ const Demo = () => {
## Reference

```ts
useCookie(cookieName: string);
const [value, updateCookie, deleteCookie] = useCookie(cookieName: string);
```

0 comments on commit 3e806fd

Please sign in to comment.