We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ecfb7 commit 0af1768Copy full SHA for 0af1768
packages/cpu-prof/docs/cpu-profiling.md
@@ -72,7 +72,7 @@ NODE_OPTIONS="--cpu-prof" node -e "console.log('CPU')"
72
> ❌ Bad:
73
>
74
> ```shell
75
-> # This will not create a CPU profile file.
+> # This will NOT create a CPU profile file.
76
> node script.js --cpu-prof`
77
> ```
78
0 commit comments