Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
<!-- YAML
changes:
- version: REPLACEME
pr-url: REPLACEME
pr-url: https://github.com/nodejs/node/pull/31167
description: End-of-Life
- version: v6.12.0
pr-url: https://github.com/nodejs/node/pull/10116
Expand Down Expand Up @@ -520,7 +520,7 @@ The `Server.listenFD()` method was deprecated and removed. Please use
<!-- YAML
changes:
- version: REPLACEME
pr-url: REPLACEME
pr-url: https://github.com/nodejs/node/pull/31169
description: End-of-Life.
- version: v7.0.0
pr-url: https://github.com/nodejs/node/pull/6739
Expand All @@ -529,7 +529,7 @@ changes:

Type: End-of-Life

The `os.tmpDir()` API iws deprecated in Node.js 7.0.0 and has since been
The `os.tmpDir()` API was deprecated in Node.js 7.0.0 and has since been
removed. Please use [`os.tmpdir()`][] instead.

<a id="DEP0023"></a>
Expand Down