File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Sets a cookie in the document. If the cookie does not already exist, it will be
9090| * domain* | A string value of the domain of the cookie | ` undefined ` |
9191| * expires* | A number (of seconds), a date parsable string, or a ` Date ` object of when the cookie will expire | ` undefined ` |
9292| * secure* | A boolean value of whether or not the cookie should only be available over SSL | ` false ` |
93- | * SameSite* | A string value that allows you to declare if you cookies should be restruited to first party or same site context | ` null ` |
93+ | * SameSite* | A string value that allows you to declare if the cookies should be restrcited to first party or same site context | ` null ` |
9494
9595A default value for any option may be set in the ` Cookies.defaults ` object.
9696
@@ -178,7 +178,7 @@ An object representing default options to be used when setting and expiring cook
178178| * domain* | A string value of the domain of the cookie | ` undefined ` |
179179| * expires* | A number (of seconds), a date parsable string, or a ` Date ` object of when the cookie will expire | ` undefined ` |
180180| * secure* | A boolean value of whether or not the cookie should only be available over SSL | ` false ` |
181- | * SameSite* | A string value that allows you to declare if you cookies should be restruited to first party or same site context | ` null ` |
181+ | * SameSite* | A string value that allows you to declare if the cookies should be restrcited to first party or same site context | ` null ` |
182182
183183** Example Usage**
184184``` javascript
You can’t perform that action at this time.
0 commit comments