Skip to content

doc: fix formatting issues for child_process docs

doc: Fix formatting for child_process docs

Ref: https://github.com/nodejs/node/issues/6911

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc, child_process

Description of change

A couple of backspaces had been placed within backticks inside the exec() and execFile() sections. These were not needed due to backtick formatting and have been removed.

The maxBuffer links are affecting readability as they look different than the other bulleted items around them. This styling issue is a WIP.

Merge request reports

Loading