mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Fix typos in ProcessMetric doc
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
* `pid` Integer - Process id of the process.
|
||||
* `type` String - Process type (Browser or Tab or GPU etc).
|
||||
* `memory` [MemoryInfo](memory-info.md) - Memory information of the process.
|
||||
* `cpu` [CPUUsage](cpu-usage.md) - CPU Of the process
|
||||
* `memory` [MemoryInfo](memory-info.md) - Memory information for the process.
|
||||
* `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.
|
||||
|
||||
Reference in New Issue
Block a user