Fix typos in ProcessMetric doc

This commit is contained in:
Kevin Sawicki 2017-05-26 08:36:51 -07:00
parent 7794cabd13
commit cabcd0ef8f

View file

@ -2,5 +2,5 @@
* `pid` Integer - Process id of the process. * `pid` Integer - Process id of the process.
* `type` String - Process type (Browser or Tab or GPU etc). * `type` String - Process type (Browser or Tab or GPU etc).
* `memory` [MemoryInfo](memory-info.md) - Memory information of the process. * `memory` [MemoryInfo](memory-info.md) - Memory information for the process.
* `cpu` [CPUUsage](cpu-usage.md) - CPU Of the process * `cpu` [CPUUsage](cpu-usage.md) - CPU usage of the process.