You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Cookies2.set('name', 'value');
97
97
98
98
## JSON
99
99
100
-
js-cookie provides unobstrusive JSON storage for cookies.
100
+
js-cookie provides unobtrusive JSON storage for cookies.
101
101
102
102
When creating a cookie you can pass an Array or Object Literal instead of a string in the value. If you do so, js-cookie will store the string representation of the object according to `JSON.stringify`:
0 commit comments