Skip to content

Commit 6f14c39

Browse files
authored
Merge pull request #2639 from joaquinelio/patch-4
Maybe. "Accessors" link
2 parents 1b16f9d + c45e78f commit 6f14c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-data-storage/01-cookie/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We leave it as an exercise for the reader. Also, at the end of the chapter you'l
3939

4040
## Writing to document.cookie
4141

42-
We can write to `document.cookie`. But it's not a data property, it's an accessor (getter/setter). An assignment to it is treated specially.
42+
We can write to `document.cookie`. But it's not a data property, it's an [accessor (getter/setter)](info:property-accessors). An assignment to it is treated specially.
4343

4444
**A write operation to `document.cookie` updates only cookies mentioned in it, but doesn't touch other cookies.**
4545

0 commit comments

Comments
 (0)