diff --git a/doc/api/http2.md b/doc/api/http2.md index 6ebff257c9769d..1366d9744984f0 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -451,9 +451,9 @@ added: v8.4.0 * {boolean} -Indicates whether or not the `Http2Session` is currently waiting for an -acknowledgment for a sent `SETTINGS` frame. Will be `true` after calling the -`http2session.settings()` method. Will be `false` once all sent SETTINGS +Indicates whether the `Http2Session` is currently waiting for acknowledgment of +a sent `SETTINGS` frame. Will be `true` after calling the +`http2session.settings()` method. Will be `false` once all sent `SETTINGS` frames have been acknowledged. #### http2session.ping([payload, ]callback)