Skip to content

Commit 572f044

Browse files
Fix typo "unobtrusive" instead of "unobstrusive"
1 parent bc8c940 commit 572f044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Cookies2.set('name', 'value');
9797

9898
## JSON
9999

100-
js-cookie provides unobstrusive JSON storage for cookies.
100+
js-cookie provides unobtrusive JSON storage for cookies.
101101

102102
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`:
103103

0 commit comments

Comments
 (0)