Skip to content

Commit 2cbc000

Browse files
Update src/connections/sources/catalog/libraries/website/javascript/index.md
Co-authored-by: forstisabella <[email protected]>
1 parent 2f0197d commit 2cbc000

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
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
@@ -140,7 +140,7 @@ The only required argument on Track calls in Analytics.js is an `event` name str
140140

141141
`trackLink` is a helper method that attaches a Track call as a handler to a link. When a user clicks the link, `trackLink` delays the navigation event by 300ms before proceeding, ensuring the Track request has enough time to send before the page starts unloading.
142142

143-
This is useful when a page redirects too quickly, preventing the Track method from completing all requests. By holding off navigation momentarily, `trackLink` increases the likelihood that tracking data reaches Segment and destinations successfully.
143+
This is useful when a page redirects too quickly, preventing the Track method from completing all requests. By momentarily holding off navigation, `trackLink` increases the likelihood that tracking data reaches Segment and destinations successfully.
144144

145145
The `trackLink` method follows the format below:
146146

0 commit comments

Comments
 (0)