Skip to content

Commit

Permalink
doc: use case-sensitive in the example
Browse files Browse the repository at this point in the history
PR-URL: #35624
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
PoojaDurgad authored and targos committed Nov 3, 2020
1 parent 76991c0 commit 3db4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Expand Up @@ -1901,7 +1901,7 @@ present.

```js
const data = process.report.getReport();
console.log(data.header.nodeJsVersion);
console.log(data.header.nodejsVersion);

// Similar to process.report.writeReport()
const fs = require('fs');
Expand Down

0 comments on commit 3db4354

Please sign in to comment.