diff --git a/doc/api/errors.md b/doc/api/errors.md
index 794fc946b02563..1e091b46a1d8d3 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1358,8 +1358,8 @@ and HTTP/2 `Server` instances.
### ERR_SERVER_NOT_RUNNING
-The [`server.close()`][] method was called when a `net.Server` was not running.
-This applies to all instances of `net.Server`, including HTTP, HTTPS,
+The [`server.close()`][] method was called when a `net.Server` was not
+running. This applies to all instances of `net.Server`, including HTTP, HTTPS,
and HTTP/2 `Server` instances.