diff --git a/doc/api/errors.md b/doc/api/errors.md
index 19851de607c78c..dfffe263979ca2 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1358,7 +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.