diff --git a/doc/api/http2.md b/doc/api/http2.md
index 55d35040592e50..62556c8cb2930d 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2073,8 +2073,8 @@ properties.
* `maxConcurrentStreams` {number} Specifies the maximum number of concurrent
streams permitted on an `Http2Session`. There is no default value which
implies, at least theoretically, 231-1 streams may be open
- concurrently at any given time in an `Http2Session`. The minimum value is
- 0. The maximum allowed value is 231-1.
+ concurrently at any given time in an `Http2Session`. The minimum value
+ is 0. The maximum allowed value is 231-1.
* `maxHeaderListSize` {number} Specifies the maximum size (uncompressed octets)
of header list that will be accepted. The minimum allowed value is 0. The
maximum allowed value is 232-1. **Default:** 65535.