From 39330affda4bf1f30bfe7188f34b4522435aeb06 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 14 Nov 2016 16:14:19 -0800 Subject: [PATCH] DownloadItem only needs one heading --- docs/api/download-item.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api/download-item.md b/docs/api/download-item.md index 4887966e6c5d..62df151f9238 100644 --- a/docs/api/download-item.md +++ b/docs/api/download-item.md @@ -1,4 +1,4 @@ -# DownloadItem +## Class: DownloadItem > Control file downloads from remote sources. @@ -37,8 +37,6 @@ win.webContents.session.on('will-download', (event, item, webContents) => { }) ``` -## Class: DownloadItem - ### Instance Events #### Event: 'updated'