From 306d240b019cc9c2fa485213d5a998fa401b7883 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 23 Jul 2019 21:05:09 -0400 Subject: [PATCH] doc: fix incorrect name in report docs In diagnostic reports, the CPUs are listed in a "cpus" field. This commit fixes the docs, which refer to the field as "osCpus" PR-URL: https://github.com/nodejs/node/pull/28830 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Anto Aravinth Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat --- doc/api/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/report.md b/doc/api/report.md index 08a0f602abda3a..6f9adb1f14c406 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -63,7 +63,7 @@ is provided below for reference. "osRelease": "3.10.0-862.el7.x86_64", "osVersion": "#1 SMP Wed Mar 21 18:14:51 EDT 2018", "osMachine": "x86_64", - "osCpus": [ + "cpus": [ { "model": "Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz", "speed": 2700,