Skip to content

Commit 818947c

Browse files
authored
Update cookie.md to add typescript syntax highlighting for removeCookie method type
1 parent cd6da8e commit 818947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/cookie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ setCookie(name: string, value: string, options?: SetCookieOptions) => void
163163
A function to unset cookies.
164164

165165
Type:
166-
```
166+
```typescript
167167
removeCookie(name: string) => void
168168
```
169169

0 commit comments

Comments
 (0)