Skip to content

Commit

Permalink
fix description for prepareCookie path arg
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 25, 2022
1 parent ac00fb1 commit 06f1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/cookie-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { nativeIsNaN } from './number-utils';
* Prepares cookie string if given parameters are ok
* @param {string} name cookie name to set
* @param {string} value cookie value to set
* @param {string} path cookie path to set, no set for 'none'
* @param {string} path cookie path to set, does not set path if 'none'
* @returns {string|null} cookie string if ok OR null if not
*/
export const prepareCookie = (name, value, path) => {
Expand Down

0 comments on commit 06f1d03

Please sign in to comment.