Skip to content

Commit 987f8df

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

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
@@ -492,7 +492,7 @@ The plugins you write can improve functionality, enrich data, and control the fl
492492
493493
| Type | Details
494494
| ------------- | ------------- |
495-
| `before` | Executes before event processing begins. These are plugins that run before any other plugins run. Thrown errors here can block the event pipeline. Source middleware added via `addSourceMiddleware` is treated as a `before` plugin. No events will be sent to destinations until `.load()` method is resolved. |
495+
| `before` | Executes before event processing begins. These are plugins that run before any other plugins run. Thrown errors here can block the event pipeline. Source middleware added using `addSourceMiddleware` is treated as a `before` plugin. No events send to destinations until `.load()` method is resolved. |
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. |

0 commit comments

Comments
 (0)