From ad4d626bb9e2e8be93cd31b569048c7278ed5d35 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 22 Jun 2019 15:08:09 -0400 Subject: [PATCH] doc: add missing word in frameError event docs PR-URL: https://github.com/nodejs/node/pull/28387 Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Anto Aravinth Reviewed-By: James M Snell Reviewed-By: Rich Trott --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 40d1a3a2344e92..b3d9699d8bcab3 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -177,7 +177,7 @@ added: v8.4.0 The `'frameError'` event is emitted when an error occurs while attempting to send a frame on the session. If the frame that could not be sent is associated -with a specific `Http2Stream`, an attempt to emit `'frameError'` event on the +with a specific `Http2Stream`, an attempt to emit a `'frameError'` event on the `Http2Stream` is made. If the `'frameError'` event is associated with a stream, the stream will be