Skip to content

Commit f116abd

Browse files
committed
fix: GRPC broken error link
1 parent 15eba58 commit f116abd

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/02 javascript api/07 k6-experimental/02 grpc/30 Stream

1 file changed

+1
-1
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/02 grpc/30 Stream/10-Stream-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Possible events:
1515
| Event name | Description |
1616
| --------- | -------- |
1717
| data | Emitted when the server sends data|
18-
| error | Emitted when an error occurs. In case of the error, an [`Error`](/javascript-api/k6-experimental/grpc/stream/stream-error) object sends to the handler function.|
18+
| error | Emitted when an error occurs. In case of the error, an [`Error`](/javascript-api/k6-experimental/grpc/stream/error/) object sends to the handler function.|
1919
| end | Emitted when stream closes |
2020

2121

0 commit comments

Comments
 (0)