diff --git a/docs/api/structures/process-metric.md b/docs/api/structures/process-metric.md index d7d476b9b441..15a75a796647 100644 --- a/docs/api/structures/process-metric.md +++ b/docs/api/structures/process-metric.md @@ -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.