From 07173cdd9dbb4877075386427df38d6db94f1353 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Feb 2017 10:48:04 -0800 Subject: [PATCH] Tweak setExtraParameter description --- docs/api/crash-reporter.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index f4ed2d2ce0..818aa8e7b5 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -121,12 +121,11 @@ called before `start` is called. * `value` String - Parameter value. Specifying `null` or `undefined` will remove the key from the extra parameters. -Set an extra data to set be sent with the crash report. The values specified -here will be sent in addition to any values set via the `extra` option to -the `start` API. This API is only available on macOS, if you need to -add additional extra parameters on Linux and Windows after your first call to -`start` you can call `start` again with the updated `extra` options for the -parameters to send. +Set an extra parameter to set be sent with the crash report. The values +specified here will be sent in addition to any values set via the `extra` option +when `start` was called. This API is only available on macOS, if you need to +add/update extra parameters on Linux and Windows after your first call to +`start` you can call `start` again with the updated `extra` options. ## Crash Report Payload