From 715a88026e70150c19dfcf7ece6e09384f054a6c Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Wed, 26 Aug 2015 16:28:44 -0700 Subject: [PATCH] Small edits --- docs/api/clipboard.md | 4 ++-- docs/api/crash-reporter.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index 030c2e4769..7e113990b6 100644 --- a/docs/api/clipboard.md +++ b/docs/api/clipboard.md @@ -1,6 +1,6 @@ # clipboard -The `clipboard` object provides methods to perform copy and paste operations. +The `clipboard` module provides methods to perform copy and paste operations. The following example shows how to write a string to the clipboard: ```javascript @@ -19,7 +19,7 @@ console.log(clipboard.readText('selection')); ## Methods -The `clipboard` object has the following methods: +The `clipboard` module has the following methods: ### `clipboard.readText([type])` diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 71c185d6aa..7a898718e8 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -21,7 +21,7 @@ The `crash-reporter` module has the following methods: ### `crashReporter.start(options)` -* `options` Object +* `options` Object, properties: * `productName` String, default: Electron. * `companyName` String, default: GitHub, Inc. * `submitUrl` String, default: http://54.249.141.255:1127/post. @@ -50,7 +50,8 @@ sent or the crash reporter has not been started, `null` is returned. ### `crashReporter.getUploadedReports()` -Returns all uploaded crash reports. Each report contains the date and uploaded ID. +Returns all uploaded crash reports. Each report contains the date and uploaded +ID. ## crash-reporter Payload