Skip to content

Commit

Permalink
docs: fix deleteCookie description (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
edimitchel authored Aug 7, 2023
1 parent 5f8b322 commit b3427f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cookie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function setCookie(
}

/**
* Set a cookie value by name.
* Remove a cookie by name.
* @param event {H3Event} H3 event or res passed by h3 handler
* @param name Name of the cookie to delete
* @param serializeOptions {CookieSerializeOptions} Cookie options
Expand Down

0 comments on commit b3427f5

Please sign in to comment.