From 6e108a5e498cadda85dcc3aa95ff4b3b9e2f687a Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Fri, 15 Dec 2017 16:51:04 -0500 Subject: [PATCH] doc: not all example code can be run without 1:1 PR-URL: https://github.com/nodejs/node/pull/17702 Reviewed-By: Rich Trott Reviewed-By: Vse Mozhet Byt --- doc/api/synopsis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 3a9c871d5d5cdc..6aaf54edff89a2 100644 --- a/doc/api/synopsis.md +++ b/doc/api/synopsis.md @@ -38,7 +38,7 @@ $ node example.js Server running at http://127.0.0.1:3000/ ``` -All of the examples in the documentation can be run similarly. +Many of the examples in the documentation can be run similarly. [Command Line Options]: cli.html#cli_command_line_options [web server]: http.html