Skip to content

Commit 2c7bd3a

Browse files
committed
Merge branch 'master' into DOC-178_ajs-2-ga
2 parents c3d4f57 + 14feedb commit 2c7bd3a

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
@@ -460,7 +460,7 @@ The Analytics.js utility methods help you change how Segment loads on your page.
460460

461461
The `ready` method allows you to pass in a method that is called once Analytics.js finishes initializing, and once all enabled device-mode destinations load. It's like [jQuery's `ready` method](https://api.jquery.com/ready/), except for destinations.
462462

463-
`ready` is still invoked if a destination throws an error (for example for an expired API key or incorrect settings configuration) during initialization. Doing so prevents blocking code listening for the `ready` callback.
463+
`ready` is not invoked if any destination throws an error (for example for an expired API key or incorrect settings configuration) during initialization.
464464

465465
The code in the `ready` function only executes after `ready` is emitted.
466466

0 commit comments

Comments
 (0)