Skip to content

Commit 8b4adfb

Browse files
aduh95RafaelGSS
authored andcommitted
doc: fix linter errors
PR-URL: #57987 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 9f6d6ed commit 8b4adfb

File tree

11 files changed

+37
-37
lines changed

11 files changed

+37
-37
lines changed

doc/api/async_context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ added:
172172
- v19.8.0
173173
- v18.16.0
174174
changes:
175-
- version:
175+
- version:
176176
- v23.11.0
177177
- v22.15.0
178178
pr-url: https://github.com/nodejs/node/pull/57510

doc/api/dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ be an array of objects with the following properties:
808808
## `dns.resolveTlsa(hostname, callback)`
809809

810810
<!-- YAML
811-
added:
811+
added:
812812
- v23.9.0
813813
- v22.15.0
814814
-->
@@ -1504,7 +1504,7 @@ the following properties:
15041504
### `dnsPromises.resolveTlsa(hostname)`
15051505

15061506
<!-- YAML
1507-
added:
1507+
added:
15081508
- v23.9.0
15091509
- v22.15.0
15101510
-->

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ changes:
484484
- version: REPLACEME
485485
pr-url: https://github.com/nodejs/node/pull/57513
486486
description: Marking the API stable.
487-
- version:
487+
- version:
488488
- v23.8.0
489489
- v22.15.0
490490
pr-url: https://github.com/nodejs/node/pull/55461

doc/api/globals.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Used to handle binary data. See the [buffer section][].
257257
<!-- YAML
258258
added: v18.0.0
259259
changes:
260-
- version:
260+
- version:
261261
- v23.11.0
262262
- v22.15.0
263263
pr-url: https://github.com/nodejs/node/pull/57510
@@ -360,7 +360,7 @@ with the [`--no-experimental-websocket`][] CLI flag.
360360
<!-- YAML
361361
added: v18.0.0
362362
changes:
363-
- version:
363+
- version:
364364
- v23.11.0
365365
- v22.15.0
366366
pr-url: https://github.com/nodejs/node/pull/57510
@@ -388,7 +388,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
388388
<!-- YAML
389389
added: v18.0.0
390390
changes:
391-
- version:
391+
- version:
392392
- v23.11.0
393393
- v22.15.0
394394
pr-url: https://github.com/nodejs/node/pull/57510
@@ -489,7 +489,7 @@ A browser-compatible implementation of the [`CustomEvent` Web API][].
489489
<!-- YAML
490490
added: v18.0.0
491491
changes:
492-
- version:
492+
- version:
493493
- v23.11.0
494494
- v22.15.0
495495
pr-url: https://github.com/nodejs/node/pull/57510
@@ -1018,10 +1018,10 @@ A browser-compatible implementation of [`ReadableStream`][].
10181018
added: v18.0.0
10191019
changes:
10201020
- version:
1021-
- v23.11.0
1022-
- v22.15.0
1023-
pr-url: https://github.com/nodejs/node/pull/57510
1024-
description: Marking the API stable.
1021+
- v23.11.0
1022+
- v22.15.0
1023+
pr-url: https://github.com/nodejs/node/pull/57510
1024+
description: Marking the API stable.
10251025
-->
10261026

10271027
A browser-compatible implementation of [`ReadableStreamBYOBReader`][].
@@ -1031,7 +1031,7 @@ A browser-compatible implementation of [`ReadableStreamBYOBReader`][].
10311031
<!-- YAML
10321032
added: v18.0.0
10331033
changes:
1034-
- version:
1034+
- version:
10351035
- v23.11.0
10361036
- v22.15.0
10371037
pr-url: https://github.com/nodejs/node/pull/57510
@@ -1059,7 +1059,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultController`][].
10591059
<!-- YAML
10601060
added: v18.0.0
10611061
changes:
1062-
- version:
1062+
- version:
10631063
- v23.11.0
10641064
- v22.15.0
10651065
pr-url: https://github.com/nodejs/node/pull/57510

doc/api/module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][].
219219
### `module.registerHooks(options)`
220220
221221
<!-- YAML
222-
added:
222+
added:
223223
- v23.5.0
224224
- v22.15.0
225225
-->
@@ -1015,7 +1015,7 @@ register('./path-to-my-hooks.js', {
10151015
10161016
<!-- YAML
10171017
changes:
1018-
- version:
1018+
- version:
10191019
- v23.5.0
10201020
- v22.15.0
10211021
pr-url: https://github.com/nodejs/node/pull/55698

doc/api/readline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ from being emitted by the `InterfaceConstructor` instance.
275275
### `rl[Symbol.dispose]()`
276276

277277
<!-- YAML
278-
added:
278+
added:
279279
- v23.10.0
280280
- v22.15.0
281281
-->

doc/api/sqlite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ changes:
8181
- version: REPLACEME
8282
pr-url: https://github.com/nodejs/node/pull/57752
8383
description: Add `timeout` option.
84-
- version:
84+
- version:
8585
- v23.10.0
8686
- v22.15.0
8787
pr-url: https://github.com/nodejs/node/pull/56991
@@ -301,7 +301,7 @@ wrapper around [`sqlite3_create_function_v2()`][].
301301
### `database.isOpen`
302302

303303
<!-- YAML
304-
added:
304+
added:
305305
- v23.11.0
306306
- v22.15.0
307307
-->
@@ -413,7 +413,7 @@ targetDb.applyChangeset(changeset);
413413
### `database[Symbol.dispose]()`
414414

415415
<!-- YAML
416-
added:
416+
added:
417417
- v23.11.0
418418
- v22.15.0
419419
-->
@@ -658,7 +658,7 @@ are several caveats to be aware of when enabling bare named parameters:
658658
### `statement.setAllowUnknownNamedParameters(enabled)`
659659

660660
<!-- YAML
661-
added:
661+
added:
662662
- v23.11.0
663663
- v22.15.0
664664
-->

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ The server can be tested by connecting to it using the example client from
22632263
## `tls.getCACertificates([type])`
22642264

22652265
<!-- YAML
2266-
added:
2266+
added:
22672267
- v23.10.0
22682268
- v22.15.0
22692269
-->

doc/api/util.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ property take precedence over `--trace-deprecation` and
328328
## `util.diff(actual, expected)`
329329

330330
<!-- YAML
331-
added:
331+
added:
332332
- v23.11.0
333333
- v22.15.0
334334
-->
@@ -1564,7 +1564,7 @@ added:
15641564
- v19.1.0
15651565
- v18.13.0
15661566
changes:
1567-
- version:
1567+
- version:
15681568
- v23.11.0
15691569
- v22.15.0
15701570
pr-url: https://github.com/nodejs/node/pull/57510
@@ -2698,7 +2698,7 @@ Unicode "replacement character" U+FFFD.
26982698
<!-- YAML
26992699
added: v18.11.0
27002700
changes:
2701-
- version:
2701+
- version:
27022702
- v23.11.0
27032703
- v22.15.0
27042704
pr-url: https://github.com/nodejs/node/pull/57510
@@ -2713,7 +2713,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`.
27132713
<!-- YAML
27142714
added: v18.11.0
27152715
changes:
2716-
- version:
2716+
- version:
27172717
- v23.11.0
27182718
- v22.15.0
27192719
pr-url: https://github.com/nodejs/node/pull/57510

doc/api/v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ setTimeout(() => {
13971397
## `v8.isStringOneByteRepresentation(content)`
13981398

13991399
<!-- YAML
1400-
added:
1400+
added:
14011401
- v23.10.0
14021402
- v22.15.0
14031403
-->

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy