From b0d4bf81a01d28aaadb25d7da939c4193c1ef2cb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 26 May 2017 13:58:14 -0700 Subject: [PATCH] Add backticks around return types --- docs/api/app.md | 4 ++-- docs/api/web-contents.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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])`