From 3d0a0b6825972dd690aff1896f219c0bcfdcdb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 13 Jun 2022 12:00:49 +0200 Subject: [PATCH] doc: use serial comma in report docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43394 Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Harshitha K P Reviewed-By: Mohammed Keyvanzadeh --- doc/api/report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/report.md b/doc/api/report.md index 770e8904d048ba..ecfd666775506c 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -524,7 +524,7 @@ Node.js report completed When a report is written, start and end messages are issued to stderr and the filename of the report is returned to the caller. The default filename -includes the date, time, PID and a sequence number. The sequence number helps +includes the date, time, PID, and a sequence number. The sequence number helps in associating the report dump with the runtime state if generated multiple times for the same Node.js process. @@ -551,7 +551,7 @@ Special meaning is attached to `stdout` and `stderr`. Usage of these will result in report being written to the associated standard streams. In cases where standard streams are used, the value in `directory` is ignored. URLs are not supported. Defaults to a composite filename that contains -timestamp, PID and sequence number. +timestamp, PID, and sequence number. `directory` specifies the filesystem directory where the report will be written. URLs are not supported. Defaults to the current working directory of the