diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 273b1131018cfa..169b5a51315465 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1280,7 +1280,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/10970 description: Runtime deprecation. - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/25828 description: End-of-Life. --> diff --git a/test/sequential/test-debugger-debug-brk.js b/test/sequential/test-debugger-debug-brk.js index 33a7539b554c60..7a13572a06a2a5 100644 --- a/test/sequential/test-debugger-debug-brk.js +++ b/test/sequential/test-debugger-debug-brk.js @@ -7,7 +7,7 @@ const assert = require('assert'); const fixtures = require('../common/fixtures'); const { spawnSync } = require('child_process'); -// file name here doesn't actually matter the process will exit on start. +// File name here doesn't actually matter the process will exit on start. const script = fixtures.path('empty.js'); function test(arg) {