Commit 6ae7bb1 1 parent 39612a8 commit 6ae7bb1 Copy full SHA for 6ae7bb1
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ error: failed to push some refs to 'https://github.com/nodejs/node'
623
623
hint: Updates were rejected because the remote contains work that you do
624
624
hint: not have locally. This is usually caused by another repository pushing
625
625
hint: to the same ref. You may want to first integrate the remote changes
626
- hint: (e.g., 'git pull ...') before pushing again.
626
+ hint: (e.g. 'git pull ...') before pushing again.
627
627
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
628
628
```
629
629
Original file line number Diff line number Diff line change 3
3
* Documentation is written in markdown files with names formatted as
4
4
` lowercase-with-dashes.md ` .
5
5
* Underscores in filenames are allowed only when they are present in the
6
- topic the document will describe (e.g., ` child_process ` ).
6
+ topic the document will describe (e.g. ` child_process ` ).
7
7
* Some files, such as top-level markdown files, are exceptions.
8
8
* Documents should be word-wrapped at 80 characters.
9
9
* The formatting described in ` .editorconfig ` is preferred.
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ illustration of how it can be used.
221
221
> Stability: 1 - Experimental
222
222
223
223
N-API is an API for building native Addons. It is independent from
224
- the underlying JavaScript runtime (e.g., V8) and is maintained as part of
224
+ the underlying JavaScript runtime (e.g. V8) and is maintained as part of
225
225
Node.js itself. This API will be Application Binary Interface (ABI) stable
226
226
across version of Node.js. It is intended to insulate Addons from
227
227
changes in the underlying JavaScript engine and allow modules
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ added: v0.1.27
483
483
484
484
Uses the DNS protocol to resolve text queries (` TXT ` records) for the
485
485
` hostname ` . The ` records ` argument passed to the ` callback ` function is a
486
- two-dimensional array of the text records available for ` hostname ` (e.g.,
486
+ two-dimensional array of the text records available for ` hostname ` (e.g.
487
487
` [ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ] ` ). Each sub-array contains TXT chunks of
488
488
one record. Depending on the use case, these could be either joined together or
489
489
treated separately.
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ added: v0.11.4
521
521
522
522
Returns the bound address, the address family name, and port of the
523
523
underlying socket as reported by the operating system. Returns an
524
- object with three properties, e.g.,
524
+ object with three properties, e.g.
525
525
` { port: 12346, family: 'IPv4', address: '127.0.0.1' } `
526
526
527
527
### tlsSocket.authorizationError
You can’t perform that action at this time.
0 commit comments