Skip to content

Commit 4e2cb69

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

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
@@ -692,7 +692,7 @@ For advanced modification to the event pipeline.
692692
| `enrichment` | Executes as the first level of event processing. These plugins modify an event. Thrown errors here can block the event pipeline. |
693693
| `destination` | Executes as events begin to pass off to destinations. Segment.io is implemented as a destination plugin. Thrown errors here will _not_ block the event pipeline. |
694694
| `after` | Executes after all event processing completes. You can use this to perform cleanup operations. |
695-
| `utility` | Executes only _once_ during the analytics.js bootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This does not allow you to modify events. |
695+
| `utility` | Executes _only once_ during the analytics.js bootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This doesn't allow you to modify events. |
696696

697697
### Example plugins
698698
Here's an example of a plugin that converts all track event names to lowercase before the event goes through the rest of the pipeline:

0 commit comments

Comments
 (0)