Merge pull request #8043 from electron/crash-reporter-docs

crash-reporter -> crashReporter
This commit is contained in:
Kevin Sawicki 2016-11-22 07:49:11 -08:00 committed by GitHub
commit 77e317c1eb

View file

@ -32,7 +32,7 @@ API before starting the crash reporter.
## Methods
The `crash-reporter` module has the following methods:
The `crashReporter` module has the following methods:
### `crashReporter.start(options)`
@ -70,7 +70,7 @@ Returns [`CrashReport[]`](structures/crash-report.md):
Returns all uploaded crash reports. Each report contains the date and uploaded
ID.
## crash-reporter Payload
## Crash Report Payload
The crash reporter will send the following data to the `submitURL` as
a `multipart/form-data` `POST`: