Skip to content

Commit 00cfd1c

Browse files
typo
1 parent 7186605 commit 00cfd1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9595
A 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

0 commit comments

Comments
 (0)