Skip to content

Commit b96cc45

Browse files
committed
lint
1 parent 870f89e commit b96cc45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/http.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ server.listen(8000);
32083208

32093209
## `http.createStaticServer([options])`
32103210

3211-
<!--YAML
3211+
<!-- YAML
32123212
added: REPLACEME
32133213
-->
32143214

@@ -3228,9 +3228,9 @@ added: REPLACEME
32283228
* Returns: {http.Server}
32293229

32303230
Start a TCP server listening for connections on the given `port` and `host`, and
3231-
serve static local files, using `directory` as the root. Please note that
3232-
when specifying a `host` other than `localhost`, you are exposing your local file
3233-
system to all the machines that can connect to your computer.
3231+
serve static local files, using `directory` as the root.
3232+
When specifying a `host` other than `localhost`, you are exposing your local
3233+
file system to all the machines that can connect to your computer.
32343234

32353235
If specified and not `null`, `filter` will be called with two arguments: the
32363236
first one if the request URL string (the URL that is present in the actual HTTP

0 commit comments

Comments
 (0)