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 BethGriggs committed Dec 15, 2020
1 parent be79250 commit 9c7d4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Expand Up @@ -1887,7 +1887,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 9c7d4bd

Please sign in to comment.