node/doc/api
Daijiro Wachi bca6ae6a1a
doc: fix typo in util.md
Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63961
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2026-06-25 16:07:44 +02:00
..
addons.md doc: copyedit addons.md 2026-04-10 14:52:20 +02:00
assert.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
async_context.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
async_hooks.md async_hooks: add trackPromises option to createHook() 2026-02-22 23:16:12 +01:00
buffer.md 2026-06-23, Version 24.18.0 'Krypton' (LTS) 2026-06-23 01:13:51 +01:00
child_process.md doc: remove spawn with shell example from bat/cmd section 2026-04-10 16:18:35 +02:00
cli.md doc: fix typo in cli.md 2026-06-25 16:07:40 +02:00
cluster.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
console.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
corepack.md doc: clarify future Corepack removal in v25+ 2025-05-08 09:59:50 +02:00
crypto.md doc,crypto: mark argon2 and encap/decap as stable 2026-06-25 16:07:41 +02:00
debugger.md debugger: add --help to node inspect and improve docs 2026-06-18 00:15:51 +02:00
deprecations.md 2026-06-23, Version 24.18.0 'Krypton' (LTS) 2026-06-23 01:13:51 +01:00
dgram.md doc: add reusePort error behavior to net module 2026-01-19 19:19:34 +01:00
diagnostics_channel.md doc: correct diagnostics_channel built-in channel names 2026-05-07 15:41:49 +02:00
dns.md doc: fix a/an article typos in module, util, and dns 2026-06-25 16:07:37 +02:00
documentation.md doc: clarify release candidate stability index 2025-08-12 09:19:59 -03:00
domain.md doc: domain.add() does not accept timer objects 2026-01-19 19:19:03 +01:00
embedding.md doc: improve c++ embedder API doc 2024-11-01 03:43:53 +00:00
environment_variables.md doc: fix small environment_variables typo 2026-04-10 14:52:25 +02:00
errors.md doc: fix double spaces in ERR_TLS_INVALID_PROTOCOL_METHOD 2026-06-18 21:12:34 +01:00
esm.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
events.md doc: simplify addAbortListener example 2026-04-08 23:53:05 +02:00
fs.md fs: support caller-supplied readFile() buffers 2026-06-25 16:07:39 +02:00
globals.md doc: clean up globals.md 2026-04-08 23:53:05 +02:00
http.md net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive 2026-06-25 16:07:39 +02:00
http2.md http2: retain header memory in session accounting 2026-06-25 16:07:36 +02:00
https.md doc: fix linter issues 2025-11-13 22:44:24 +01:00
index.md doc: add new environment variables doc page 2025-07-21 10:59:02 +02:00
inspector.md inspector: fix inspector.close() documented behavior 2026-06-25 16:07:43 +02:00
intl.md doc: update MDN links 2026-01-27 22:50:36 +01:00
module.md doc: fix a/an article typos in module, util, and dns 2026-06-25 16:07:37 +02:00
modules.md doc: move hyperlinks outside of text blocks 2026-06-25 16:07:32 +02:00
n-api.md 2026-06-23, Version 24.18.0 'Krypton' (LTS) 2026-06-23 01:13:51 +01:00
net.md net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive 2026-06-25 16:07:39 +02:00
os.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
packages.md doc: fix typo in packages.md 2026-06-25 16:07:38 +02:00
path.md 2025-09-10, Version 24.8.0 (Current) 2025-09-10 15:38:56 +02:00
perf_hooks.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
permissions.md src: add permission support to config file 2026-05-07 17:39:11 +02:00
process.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00
punycode.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
querystring.md
quic.md 2026-06-23, Version 24.18.0 'Krypton' (LTS) 2026-06-23 01:13:51 +01:00
readline.md doc: document error event on readline InterfaceConstructor 2026-01-19 19:19:30 +01:00
repl.md doc: add additional codemods for deprecation 2026-01-19 19:19:11 +01:00
report.md tools: fix small inconsistencies in JSON doc output 2026-04-08 23:53:02 +02:00
single-executable-applications.md doc: clarify SEA platform support excludes darwin-x64 2026-06-18 00:15:50 +02:00
sqlite.md doc: clarify filter option of sqlite.database.applyChangeset 2026-06-18 21:12:34 +01:00
stream.md doc: add webstreams to args for pipeline from stream/promises 2026-06-25 16:07:35 +02:00
string_decoder.md doc: add esm examples to node:string_decoder 2024-10-26 20:36:25 +00:00
synopsis.md tools: fix small inconsistencies in JSON doc output 2026-04-08 23:53:02 +02:00
test.md doc: fix incorrect test runner mock examples 2026-06-25 16:07:41 +02:00
timers.md 2025-06-09, Version 24.2.0 (Current) 2025-06-09 15:36:15 +02:00
tls.md tls: add certificateCompression option 2026-06-25 16:07:43 +02:00
tracing.md doc: fix typed list formatting 2025-07-17 16:57:14 +02:00
tty.md doc: clarify tty raw mode applies to input processing only 2026-06-25 16:07:34 +02:00
typescript.md doc: fix the TypeScript Execute (tsx) project link 2026-05-07 15:41:51 +02:00
url.md doc: include url.resolve() in DEP0169 application deprecation 2026-04-10 14:52:16 +02:00
util.md doc: fix typo in util.md 2026-06-25 16:07:44 +02:00
v8.md doc: remove unsupported template type from v8.md 2026-06-18 00:15:56 +02:00
vm.md doc: fix typo in vm.md 2026-06-25 16:07:38 +02:00
wasi.md doc: update MDN links 2026-01-27 22:50:36 +01:00
webcrypto.md doc: fix AES-OCB IV length in SubtleCrypto.supports example 2026-06-25 16:07:35 +02:00
webstreams.md doc: document TransformStream transformer.cancel option 2026-05-07 15:41:33 +02:00
worker_threads.md doc: add worker_threads history entries 2026-06-25 16:07:34 +02:00
zlib.md doc: remove unnecessary <!-- eslint- magic comments 2026-06-18 00:15:51 +02:00