Skip to content

Commit c6658ce

Browse files
committed
doc: lint according to @node-core/remark-lint
1 parent bdcab71 commit c6658ce

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

doc/api/deprecations.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,11 +2461,13 @@ of Node.js core and was removed.
24612461
<!-- YAML
24622462
changes:
24632463
- version: v11.0.0
2464-
pr-url:
2465-
- https://github.com/nodejs/node/pull/22519
2466-
- https://github.com/nodejs/node/pull/23017
2467-
description: Documentation-only deprecation
2464+
pr-url: https://github.com/nodejs/node/pull/22519
2465+
description: Deprecation revoked.
2466+
Status changed to a documentation-only deprecation.
24682467
with `--pending-deprecation` support.
2468+
- version: v11.0.0
2469+
pr-url: https://github.com/nodejs/node/pull/23017
2470+
description: Runtime deprecation.
24692471
-->
24702472

24712473
Type: Documentation-only (supports [`--pending-deprecation`][])

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3425,7 +3425,7 @@ changes:
34253425
- version:
34263426
- v11.4.0
34273427
- v10.15.0
3428-
commit: 186035243fad247e3955f
3428+
commit: 186035243fad247e3955fa0c202987cae99e82db
34293429
pr-url: https://github.com/nodejs-private/node-private/pull/143
34303430
description: Max header size in `http_parser` was set to 8 KiB.
34313431
-->

doc/api/inspector.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,6 @@ added:
651651
- v24.5.0
652652
-->
653653

654-
> Stability: 1.1 - Active Development
655-
656654
This feature is only available with the `--experimental-inspector-network-resource` flag enabled.
657655

658656
The inspector.NetworkResources.put method is used to provide a response for a loadNetworkResource

doc/api/module.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,6 @@ added:
937937
- v18.19.0
938938
-->
939939
940-
> Stability: 1.2 - Release candidate
941-
942940
* `data` {any} The data from `register(loader, import.meta.url, { data })`.
943941
944942
The `initialize` hook is only accepted by [`register`][]. `registerHooks()` does

0 commit comments

Comments
 (0)