Skip to content

Commit 277180c

Browse files
authored
Update src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md
1 parent ff323f3 commit 277180c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ console.log(JSON.stringify({ x: undefined, y: 6 }));
105105

106106
## Why am I seeing a "SameSite" warning?
107107

108-
If you see a warning like the following, it could be one of several causes:
108+
If you see a warning like the following, it could have one of several causes:
109109
"A cookie associated with a cross-site resource at http://segment.com/ was set without the `SameSite` attribute [...]"
110110

111111
Segment correctly sets cookies with the 'SameSite' attribute with Analytics.js.

0 commit comments

Comments
 (0)