Skip to content

Commit 523268f

Browse files
authored
Apply suggestions from code review
1 parent 3f4baa4 commit 523268f

File tree

1 file changed

+1
-2
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,9 @@ For basic use cases like adding event fields or dropping specific events, use [s
661661

662662
### Source Middleware
663663

664-
[Source middleware](docs/connections/sources/catalog/libraries/website/javascript/middleware/) runs before any other plugins. You can use this to enrich or drop an event.
664+
[Source middleware](/docs/connections/sources/catalog/libraries/website/javascript/middleware/) runs before any other plugins. You can use this to enrich or drop an event.
665665

666666
#### Example usage of `addSourceMiddleware`
667-
d
668667
#### Enrichment
669668
```js
670669
analytics.addSourceMiddleware(({ payload, next }) => {

0 commit comments

Comments
 (0)