close
Skip to content

doc: fix property names in os.networkInterfaces() example - #65469

Open
hanityx wants to merge 1 commit into
nodejs:mainfrom
hanityx:doc-fix-os-networkinterfaces
Open

doc: fix property names in os.networkInterfaces() example#65469
hanityx wants to merge 1 commit into
nodejs:mainfrom
hanityx:doc-fix-os-networkinterfaces

Conversation

@hanityx

@hanityx hanityx commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The os.networkInterfaces() JSON example has colons in the property names,
such as "lo:" and "address:". These don't match the names listed above or
what os.networkInterfaces() actually returns.

It looks like the colons came in when the example was converted from a
JavaScript object literal to JSON.

Refs: #63200

Signed-off-by: hanityx <hanityx@gmail.com>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. os Issues and PRs related to the os subsystem. labels Aug 21, 2026
@lpinca lpinca added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. os Issues and PRs related to the os subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants