Skip to content

Commit fda978b

Browse files
authored
Merge pull request #71 from plushugh/patch-1
fix: Add typescript syntax highlighting for removeCookie method type
2 parents 2dfa65d + 818947c commit fda978b

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)