Skip to content

Commit ad4d626

Browse files
committed
doc: add missing word in frameError event docs
PR-URL: #28387 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent ad8456b commit ad4d626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ added: v8.4.0
177177

178178
The `'frameError'` event is emitted when an error occurs while attempting to
179179
send a frame on the session. If the frame that could not be sent is associated
180-
with a specific `Http2Stream`, an attempt to emit `'frameError'` event on the
180+
with a specific `Http2Stream`, an attempt to emit a `'frameError'` event on the
181181
`Http2Stream` is made.
182182

183183
If the `'frameError'` event is associated with a stream, the stream will be

0 commit comments

Comments
 (0)