Tweak setExtraParameter description
authorKevin Sawicki <kevinsawicki@gmail.com>
Mon, 13 Feb 2017 18:48:04 +0000 (10:48 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 14 Feb 2017 17:37:09 +0000 (09:37 -0800)
docs/api/crash-reporter.md

index f4ed2d2ce0fa279adef7e5cc4845daf04f77e483..818aa8e7b54f98278391376a261d76e1ee0c6151 100644 (file)
@@ -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