Skip to content

Commit d0f8cc6

Browse files
authored
Update src/content/docs/workers/observability/errors.mdx
1 parent ad090c0 commit d0f8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Runtime errors will occur within the runtime, do not throw up an error page, and
233233

234234
### Response Stream Disconnected
235235

236-
A `responseStreamDisconnected` event `outcome` occurs when one end of the connection hangs up during the deferred proxying stage of a Worker request flow. This is regarded as an error for request metrics, and presents in logs as a non-error log entry. Commonly appears for longer lived connections such as websockets.
236+
A `responseStreamDisconnected` event `outcome` occurs when one end of the connection hangs up during the deferred proxying stage of a Worker request flow. This is regarded as an error for request metrics, and presents in logs as a non-error log entry. It commonly appears for longer lived connections such as WebSockets.
237237

238238
## Identify errors: Workers Metrics
239239

0 commit comments

Comments
 (0)