Skip to content

Commit 22553ce

Browse files
easier to understand tailworker doc (#19317)
Co-authored-by: ezio <[email protected]>
1 parent 2ad7853 commit 22553ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/logs/tail-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A Tail Worker is automatically invoked after the invocation of a producer Worker
2626
To configure a Tail Worker:
2727

2828
1. [Create a Worker](/workers/get-started/guide) to serve as the Tail Worker.
29-
2. Add a [`tail()`](/workers/runtime-apis/handlers/tail/) handler to your Worker. The `tail()` handler is invoked every time the producer Worker a Tail Worker is connected to is invoked. The following Worker code is a Tail Worker that sends its data to an HTTP endpoint:
29+
2. Add a [`tail()`](/workers/runtime-apis/handlers/tail/) handler to your Worker. The `tail()` handler is invoked every time the producer Worker to which a Tail Worker is connected is invoked. The following Worker code is a Tail Worker that sends its data to an HTTP endpoint:
3030

3131
```js
3232
export default {

0 commit comments

Comments
 (0)