Skip to content

Commit c85abfd

Browse files
sileskystayseesong
andauthored
Update src/connections/sources/catalog/libraries/server/node/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent fcde6fb commit c85abfd

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ The plugins you write can improve functionality, enrich data, and control the fl
496496
| `enrichment` | Executes as the first level of event processing. These plugins modify an event. Thrown errors here can block the event pipeline. No events send to destinations until `.load()` method is resolved. |
497497
| `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. |
498498
| `after` | Executes after all event processing completes. You can use this to perform cleanup operations. |
499-
| `utility` | Executes _only once_ during the bootstrap. Gives you access to the analytics instance via the plugin's `load()` method. This doesn't allow you to modify events. |
499+
| `utility` | Executes _only once_ during the bootstrap. Gives you access to the analytics instance using the plugin's `load()` method. This doesn't allow you to modify events. |
500500
501501
### Example plugin
502502
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)