Skip to content

Commit 2d259e9

Browse files
authored
Merge pull request #5253 from segmentio/sarahrudy-patch-13
Fix sentence in Analytics.js doc
2 parents b6298de + a8289a2 commit 2d259e9

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
@@ -348,7 +348,7 @@ The Analytics.js utility methods help you change how Segment loads on your page.
348348
> info ""
349349
> The `load` method is also available when you load analytics.js through the [NPM package](https://www.npmjs.com/package/@segment/analytics-next){:target="_blank"}.
350350
351-
You can load a buffered version of analytics.js that requires you call `load` explicitly to before analytics.js initiates any network activity. This is useful if you want to, for example, wait for user consent before you fetch tracking destinations or send buffered events to Segment.
351+
You can load a buffered version of analytics.js that requires you to call `load` explicitly before analytics.js initiates any network activity. This is useful if you want to, for example, wait for user consent before you fetch tracking destinations or send buffered events to Segment.
352352

353353
> warning ""
354354
> Call `load` one time only.

0 commit comments

Comments
 (0)