Skip to content

Commit e7f7f5d

Browse files
committed
Fix some wording and punctuation in readme
1 parent 6ac440d commit e7f7f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Cookies.remove('name'); // fail!
109109
Cookies.remove('name', { path: '' }); // removed!
110110
```
111111

112-
*IMPORTANT! when deleting a cookie, you must pass the exact same path and domain attributes that was used to set the cookie, unless you're relying on the [default attributes](#cookie-attributes).*
112+
*IMPORTANT! When deleting a cookie, you must pass the exact same path and domain attributes that were used to set the cookie, unless you're relying on the [default attributes](#cookie-attributes).*
113113

114-
*Note: Removing unexisting cookie does not raise any exception nor return any value*
114+
*Note: Removing a nonexistent cookie does not raise any exception nor return any value.*
115115

116116
## Namespace conflicts
117117

0 commit comments

Comments
 (0)