Skip to content

Commit 5fae39d

Browse files
"Object Literal" instead of "object literal"
1 parent f72d1bf commit 5fae39d

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
@@ -236,7 +236,7 @@ cookies.get('default'); // 北
236236
cookies.get(); // { escaped: '北', default: '北' }
237237
```
238238

239-
You can also pass an object literal:
239+
You can also pass an Object Literal:
240240

241241
```javascript
242242
Cookies.withConverter({

0 commit comments

Comments
 (0)