We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcefa5 commit 5be8133Copy full SHA for 5be8133
README.md
@@ -99,7 +99,7 @@ Cookies.get(); // => { name: 'value' }
99
have been used when writing the cookie in question):*
100
101
```javascript
102
-Cookies.get('foo', domain: { 'sub.example.com' }); // `domain` won't have any effect...!
+Cookies.get('foo', { domain: 'sub.example.com' }); // `domain` won't have any effect...!
103
```
104
105
The cookie with the name `foo` will only be available on `.get()` if it's visible from where the
0 commit comments