Skip to content

Commit 12d0d4a

Browse files
authored
Apply suggestions from code review
1 parent 95bb79b commit 12d0d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Using Analytics.js doesn't offer a large performance benefit, but is more perfor
773773
One option, if you don't want to use any bundled third-party tools, is to use the [Analytics-Node](https://github.com/segmentio/analytics-node) package.
774774

775775
> info ""
776-
> Analytics.js isn't a third-party cookie and only sets first-party cookies.
776+
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
777777
778778
### Bundle size
779779

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If a user returns to your site after the cookie expires, Analytics.js looks for
1818
Analytics.js sets some default properties when creating cookies for user or group identities. You can override the default cookie properties in code when loading Analytics.js by passing in a `cookie` object to the load method.
1919

2020
> info ""
21-
> Analytics.js isn't a third-party cookie and only sets first-party cookies.
21+
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
2222
2323
Here is the full list of available parameters with their default values:
2424

0 commit comments

Comments
 (0)