Skip to content

Commit

Permalink
[doc] Remove "note that"
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 21, 2022
1 parent 0da6036 commit 4ed2c87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ a pipe or UNIX domain socket, the name is returned as a string.

- {Set}

A set that stores all connected clients. Please note that this property is only
added when the `clientTracking` is truthy.
A set that stores all connected clients. This property is only added when the
`clientTracking` is truthy.

### server.close([callback])

Expand Down Expand Up @@ -332,8 +332,8 @@ following URL form:
ws+unix:/absolute/path/to/uds_socket:/pathname?search_params
```

Note that `:` is the separator between the socket path and the URL path. If the
URL path is omitted
The character `:` is the separator between the socket path and the URL path. If
the URL path is omitted

```
ws+unix:/absolute/path/to/uds_socket
Expand Down

0 comments on commit 4ed2c87

Please sign in to comment.