Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-24 04:05:09 +0300
committerRich Trott <rtrott@gmail.com>2019-07-26 07:41:34 +0300
commit306d240b019cc9c2fa485213d5a998fa401b7883 (patch)
tree6f582e238e2457f731e2a74c885d81c4287a909a /doc/api/report.md
parent5030e81ce305cc6bc5a1e17dd0ef8a9c761f035b (diff)
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 <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/report.md')
-rw-r--r--doc/api/report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/report.md b/doc/api/report.md
index 08a0f602abd..6f9adb1f14c 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,