Skip to content

Commit ff323f3

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

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
@@ -103,7 +103,7 @@ console.log(JSON.stringify({ x: undefined, y: 6 }));
103103
// expected output: "{"y":6}"
104104
```
105105

106-
## Why am I seeing a "SameSite` warning?
106+
## Why am I seeing a "SameSite" warning?
107107

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

0 commit comments

Comments
 (0)