diff --git a/docs/api/app.md b/docs/api/app.md index 044e6449a24b..78d3942985e8 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -764,12 +764,12 @@ This method can only be called before app is ready. ### `app.getAppMemoryInfo()` _Deprecated_ -Returns [ProcessMetric[]](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processes associated with the app. +Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processes associated with the app. **Note:** This method is deprecated, use `app.getAppMetrics()` instead. ### `app.getAppMetrics()` -Returns [ProcessMetric[]](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processes associated with the app. +Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processes associated with the app. ### `app.setBadgeCount(count)` _Linux_ _macOS_ diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 65ff6a246d23..69f67fc01846 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -923,7 +923,7 @@ when the JS promise is rejected. Get the system printer list. -Returns [PrinterInfo[]](structures/printer-info.md) +Returns [`PrinterInfo[]`](structures/printer-info.md) #### `contents.print([options])`