Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-01-24 22:37:46 +0300
committerSam Roberts <vieuxtech@gmail.com>2017-01-28 01:23:33 +0300
commit38161f0a955011add889c63e93609abb0974dc3e (patch)
treeb7a491c960e3ada00c6a7a825b071341b43fc237 /doc/api/domain.md
parent4f1e235f2aaf6320b899f5a530903ed2c4c7163b (diff)
doc: for style, remove "isn't" contraction
PR-URL: https://github.com/nodejs/node/pull/10981 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/domain.md')
-rw-r--r--doc/api/domain.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index 86f5226d69e..cfea9ddeff8 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -153,7 +153,7 @@ if (cluster.isMaster) {
server.listen(PORT);
}
-// This part isn't important. Just an example routing thing.
+// This part is not important. Just an example routing thing.
// You'd put your fancy application logic here.
function handleRequest(req, res) {
switch(req.url) {