From 9f60c2cb9c2ed0a03139660fd7bb0ffd48db76a0 Mon Sep 17 00:00:00 2001 From: kysnm Date: Wed, 20 Dec 2017 11:14:32 +0900 Subject: [PATCH] `Server` should be enclosed to backticks --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index dfffe263979ca2..794fc946b02563 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1353,14 +1353,14 @@ An attempt was made to `require()` an [ES6 module][]. The [`server.listen()`][] method was called while a `net.Server` was already listening. This applies to all instances of `net.Server`, including HTTP, HTTPS, -and HTTP/2 Server instances. +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, -and HTTP/2 Server instances. +and HTTP/2 `Server` instances. ### ERR_SOCKET_ALREADY_BOUND