Skip to content

Commit ad4d626

Browse files
committed
doc: add missing word in frameError event docs
PR-URL: #28387 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)